UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 236 B
export default asciiSize; /** * Gets the size of an ASCII `string`. * * @private * @param {string} string The string inspect. * @returns {number} Returns the string size. */ declare function asciiSize({ length }: string): number;