npm install multibyte-length> multibyte string length
```
$ npm install --save multibyte-length
`js
const multibyteLength = require('multibyte-length');
multibyteLength('abc');
//=> 3
multibyteLength('牛丼');
// => 4
`
#### input
Type: string`
MIT © akameco