UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 237 B
export default unicodeSize; /** * Gets the size of a Unicode `string`. * * @private * @param {string} string The string inspect. * @returns {number} Returns the string size. */ declare function unicodeSize(string: string): number;