This commit is contained in:
7
node_modules/ajv-keywords/dist/definitions/instanceof.d.ts
generated
vendored
Normal file
7
node_modules/ajv-keywords/dist/definitions/instanceof.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { FuncKeywordDefinition } from "ajv";
|
||||
declare type Constructor = new (...args: any[]) => any;
|
||||
declare const CONSTRUCTORS: Record<string, Constructor | undefined>;
|
||||
declare const getDef: (() => FuncKeywordDefinition) & {
|
||||
CONSTRUCTORS: typeof CONSTRUCTORS;
|
||||
};
|
||||
export default getDef;
|
||||
Reference in New Issue
Block a user