fix(core): update
This commit is contained in:
11
ts/index.ts
Normal file
11
ts/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as plugins from './smartvalidator.plugins.js';
|
||||
|
||||
export class SmartValidator {
|
||||
public static validator = plugins.validator;
|
||||
|
||||
constructor() {}
|
||||
|
||||
public isIban(stringArg: string) {
|
||||
return plugins.validator.isIBAN(stringArg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user