UNPKG

@maskito/kit

Version:

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

7 lines (6 loc) 220 B
/** * Replace fullwidth numbers with half width number * @param fullWidthNumber full width number * @returns processed half width number */ export declare function toHalfWidthNumber(fullWidthNumber: string): string;