@spare/enum-full-angle-chars

0.15.16 • Public • Published

@spare/enum-full-angle-chars

A function returning string length, s.t. skipping ansi (escape) codes, correcting length of astral symbols.

npm version npm quality npm download npm total-download size github commit activity npm license

Features

  • ES2015 syntax

Install

$ npm install @spare/enum-full-angle-chars

Usage

import { lange } from '@spare/enum-full-angle-chars'
const list = [
  'tolstoy',
  '\u001b[3;4;31mhatsu\u001b[0m',
  '\u{1F3C3}2\u{1F525}7',
]
for (let tx of list) {
  console.log(`[${tx}] [length] (${tx.length}) [lange] (${lange(tx)})`)
}

Meta

LICENSE (MIT)

Copyright (c) 2019-present, Haoyang (Vincent) Wang

Readme

Keywords

Package Sidebar

Install

npm i @spare/enum-full-angle-chars

Weekly Downloads

224

Version

0.15.16

License

MIT

Unpacked Size

4.04 kB

Total Files

5

Last publish

Collaborators

  • hoyeung