UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

5 lines 255 B
export declare function padWithZeroesUntilValid(segmentValue: string, paddedMaxValue: string, prefixedZeroesCount?: number): { prefixedZeroesCount: number; validatedSegmentValue: string; }; //# sourceMappingURL=pad-with-zeroes-until-valid.d.ts.map