Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ajv / lib / ajv.d.ts
index cc2881b33bb36be496535a6c10fb54929521116d..078364d8ce82f0e0a12b3cf6a72f148f6e26f66e 100644 (file)
@@ -137,6 +137,7 @@ declare namespace ajv {
     */
     errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;
     errors?: Array<ErrorObject> | null;
+    _opts: Options;
   }
 
   interface CustomLogger {