multibyte-length
v0.1.1
Published
multibyte length
Downloads
2
Readme
multibyte-length
multibyte string length
Install
$ npm install --save multibyte-length
Usage
const multibyteLength = require('multibyte-length');
multibyteLength('abc');
//=> 3
multibyteLength('牛丼');
// => 4
API
multibyteLength(input)
input
Type: string
License
MIT © akameco