first
This commit is contained in:
6
node_modules/ajv/dist/standalone/index.d.ts
generated
vendored
Normal file
6
node_modules/ajv/dist/standalone/index.d.ts
generated
vendored
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user