File size: 210 Bytes
bda3cf9 | 1 2 3 4 5 | import type { WidthOptions as Options } from 'fast-string-truncated-width';
declare const fastStringWidth: (input: string, options?: Options) => number;
export default fastStringWidth;
export type { Options };
|