diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts new file mode 100644 index 00000000..a9141c3d --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/ajv/dist/standalone/index.d.ts @@ -0,0 +1,6 @@ +import type AjvCore from "../core"; +import type { AnyValidateFunction } from "../types"; +declare function standaloneCode(ajv: AjvCore, refsOrFunc?: { + [K in string]?: string; +} | AnyValidateFunction): string; +export default standaloneCode; |