fix(core): update
This commit is contained in:
3
build/util.d.ts
vendored
Normal file
3
build/util.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare type Constructor = new (...args: any[]) => any;
|
||||
export declare type Func = (...args: any[]) => any;
|
||||
export declare const instanceOfAny: (object: any, constructors: Constructor[]) => boolean;
|
||||
Reference in New Issue
Block a user