get-byte-length
v1.0.0
Published
get byte length
Downloads
12
Readme
get byte length
返回字符串的字节数。
Installation
npm i get-byte-lengthUsage
import getByteLength from 'get-byte-length'
getByteLength('abel'); // 4
getByteLength('我爱你'); // 9
getByteLength('äöüß'); // 8