UNPKG

max-mask

Version:

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

4 lines (3 loc) 97 B
export declare const useMasking: () => { mask: (input: string, format: string) => string; };