UNPKG

max-mask

Version:

Simple masking solution for any frontend as well as nodejs. Provides composable for Vue3

2 lines (1 loc) 75 B
export declare const maskInput: (input: string, format: string) => string;