Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm util pad.d.ts
Raw

priv/bun/node_modules/cspell/dist/esm/util/pad.d.ts

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