UNPKG

@maskito/kit

Version:

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

6 lines 289 B
import type { MaskitoPreprocessor } from '@maskito/core'; /** * Convert full width numbers like 1, 2 to half width numbers 1, 2 */ export declare function createFullWidthToHalfWidthPreprocessor(): MaskitoPreprocessor; //# sourceMappingURL=fullwidth-to-halfwidth-preprocessor.d.ts.map