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:
Vendored
+1
@@ -3,6 +3,7 @@ export default class Maska {
|
||||
_opts: {
|
||||
mask: any;
|
||||
tokens: any;
|
||||
preprocessor?: (value: string) => string;
|
||||
};
|
||||
_el: any;
|
||||
init(): void;
|
||||
|
||||
Reference in New Issue
Block a user