2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-08 17:22:27 +03:00

#51 Added value preprocessor

This commit is contained in:
Yury Mamedov
2021-11-10 00:40:25 +03:00
parent 9676906225
commit d3f1a7b582
9 changed files with 23 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@ export default class Maska {
_opts: {
mask: any;
tokens: any;
preprocessor?: (value: string) => string;
};
_el: any;
init(): void;