diff options
Diffstat (limited to 'node_modules/ajv-keywords/ajv-keywords.d.ts')
-rw-r--r-- | node_modules/ajv-keywords/ajv-keywords.d.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/ajv-keywords/ajv-keywords.d.ts b/node_modules/ajv-keywords/ajv-keywords.d.ts deleted file mode 100644 index 2d562ee..0000000 --- a/node_modules/ajv-keywords/ajv-keywords.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare module 'ajv-keywords' { - import { Ajv } from 'ajv'; - - function keywords(ajv: Ajv, include?: string | string[]): Ajv; - - export = keywords; -} |