mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +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