UNPKG

@maskito/kit

Version:

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

5 lines (4 loc) 198 B
export declare function padWithZeroesUntilValid(segmentValue: string, paddedMaxValue: string, prefixedZeroesCount?: number): { prefixedZeroesCount: number; validatedSegmentValue: string; };