unicode-length
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

unicode-length

npm version dependencies Build Status

Installation

Install unicode-length by running:

$ npm install --save unicode-length

Documentation

Number unicodeLength.get(String input)

Get the length of a unicode string.

Example:

unicodeLength = require('unicode-length')
console.log(unicodeLength.get('汉字'))
# Outputs 2

Tests

Run the test suite by doing:

$ gulp test

Contribute

Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:

$ gulp lint

Support

If you're having any problem, please raise an issue on GitHub.

License

The project is licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i unicode-length

Weekly Downloads

181,833

Version

2.1.0

License

MIT

Unpacked Size

4.38 kB

Total Files

4

Last publish

Collaborators

  • jviotti