UNPKG

@maskito/kit

Version:

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

7 lines 270 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; //# sourceMappingURL=to-half-width-number.d.ts.map