UNPKG

cspell

Version:

A Spelling Checker for Code!

6 lines 328 B
export declare function pad(s: string, w: number): string; export declare function padWidth(s: string, target: number): number; export declare function padLeft(s: string, w: number): string; export declare function width(s: string): number; export declare function ansiWidth(s: string): number; //# sourceMappingURL=pad.d.ts.map