UNPKG

@maskito/core

Version:

The main zero-dependency and framework-agnostic Maskito's package to create an input mask

3 lines 225 B
import type { MaskitoMaskExpression } from '../../../types'; export declare function validateValueWithMask(value: string, maskExpression: MaskitoMaskExpression): boolean; //# sourceMappingURL=validate-value-with-mask.d.ts.map