2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-05 16:42:28 +03:00
Files
maska/types/mask.d.ts
T
Thiago F. G. Albuquerque 8336cbfc28 tokens should be optional too
2022-11-14 15:27:46 -03:00

2 lines
93 B
TypeScript

export default function mask(value: any, mask: any, tokens?: any, masked?: boolean): string;