UNPKG

string-byte-length

Version:
4 lines (2 loc) 81 B
export const getNodeByteLength=(string)=> globalThis.Buffer.byteLength(string);