@spare/enum-loggers

0.16.2 • Public • Published

@spare/enum-loggers

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-loggers

Usage

import { lange } from '@spare/constants-quotes'
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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.16.25latest

Version History

VersionDownloads (Last 7 Days)Published
0.16.25
0.16.11
0.16.01
0.15.161
0.15.150
0.15.140
0.15.131
0.15.121
0.15.110
0.15.100
0.15.90
0.15.81
0.15.70
0.15.61
0.15.41
0.15.20
0.15.10
0.15.01
0.14.290
0.14.280
0.14.270
0.14.260
0.14.240
0.14.230
0.14.220
0.14.211
0.14.200
0.14.190
0.14.171
0.14.110
0.14.100
0.14.90
0.14.80
0.14.71
0.14.50
0.14.40
0.14.31
0.14.20
0.14.10
0.14.00
0.13.160
0.13.150
0.13.141
0.13.130
0.13.120
0.13.111
0.13.90
0.13.80
0.13.70
0.13.60
0.13.51
0.13.41
0.13.30
0.13.20
0.13.10
0.13.00
0.12.50
0.12.41
0.12.30
0.12.20
0.12.10
0.12.00
0.11.220
0.11.210
0.11.200
0.11.190
0.11.180
0.11.170
0.11.161
0.11.150
0.11.140
0.11.130
0.11.120
0.11.111
0.11.100
0.11.80
0.11.70
0.11.61
0.11.51
0.11.40
0.11.31
0.10.140
0.10.120
0.10.110
0.10.90
0.10.80
0.10.61
0.10.50
0.10.40
0.10.30
0.10.20
0.10.10
0.10.00
0.9.90
0.9.81
0.9.70
0.9.60
0.9.50
0.9.40
0.9.30
0.9.3-alpha.10
0.9.3-alpha.00
0.9.22
0.9.11
0.9.01
0.9.0-alpha.00
0.8.160
0.8.150
0.8.140
0.8.130
0.8.120
0.8.110
0.8.100
0.8.91
0.8.81
0.8.60
0.8.52
0.8.40
0.8.30
0.8.20
0.8.10
0.8.00
0.7.190
0.7.180
0.7.170

Package Sidebar

Install

npm i @spare/enum-loggers

Weekly Downloads

38

Version

0.16.2

License

MIT

Unpacked Size

3.9 kB

Total Files

4

Last publish

Collaborators

  • hoyeung