fix(types): add strictKeywords to Options interface (#975)

master
ƇʘƁ̆ąƇ́ 2019-04-08 18:53:01 +02:00 committed by Evgeny Poberezkin
parent 78a940367c
commit 6be5ff65f9
1 changed files with 1 additions and 0 deletions

1
lib/ajv.d.ts vendored
View File

@ -181,6 +181,7 @@ declare namespace ajv {
useDefaults?: boolean | 'shared';
coerceTypes?: boolean | 'array';
strictDefaults?: boolean | 'log';
strictKeywords?: boolean | 'log';
async?: boolean | string;
transpile?: string | ((code: string) => string);
meta?: boolean | object;