Skip to content

Commit

Permalink
add _opts property in Ajv.Ajv
Browse files Browse the repository at this point in the history
  • Loading branch information
b4h0-c4t committed Aug 21, 2020
1 parent a1ebd03 commit 236328e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ajv.d.ts
Expand Up @@ -137,6 +137,7 @@ declare namespace ajv {
*/
errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;
errors?: Array<ErrorObject> | null;
_opts: any;
}

interface CustomLogger {
Expand Down

0 comments on commit 236328e

Please sign in to comment.