UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

4 lines 258 B
import type { TextNumberNullable } from '../internal/types'; export declare function padNumber(value: TextNumberNullable, targetLength: number): string; export declare function padDateTime(value: TextNumberNullable): string; //# sourceMappingURL=pad.d.ts.map