UNPKG

@langchain/core

Version:
7 lines (6 loc) 215 B
/** * Get UCS-2 length of a string * https://mathiasbynens.be/notes/javascript-encoding * https://github.com/bestiejs/punycode.js - punycode.ucs2.decode */ export declare function ucs2length(s: string): number;