mirror of
https://github.com/tenrok/maska.git
synced 2026-05-27 14:45:28 +03:00
tokens should be optional too
This commit is contained in:
Vendored
+1
-1
@@ -1 +1 @@
|
||||
export default function mask(value: any, mask: any, tokens: any, masked?: boolean): string;
|
||||
export default function mask(value: any, mask: any, tokens?: any, masked?: boolean): string;
|
||||
|
||||
Reference in New Issue
Block a user