This commit is contained in:
10
node_modules/licia/Validator.d.ts
generated
vendored
Normal file
10
node_modules/licia/Validator.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare class Validator {
|
||||
constructor(options: types.PlainObj<any>);
|
||||
validate(object: any): string | boolean;
|
||||
static plugins: any;
|
||||
static addPlugin(name: string, plugin: types.AnyFn): void;
|
||||
}
|
||||
|
||||
export = Validator;
|
||||
Reference in New Issue
Block a user