UNPKG

@maskito/kit

Version:

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

7 lines (6 loc) 212 B
/** * Replace fullwidth colon with half width colon * @param fullWidthColon full width colon * @returns processed half width colon */ export declare function toHalfWidthColon(fullWidthColon: string): string;