source:
trip-planner-front/node_modules/ajv/dist/standalone/index.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | import type AjvCore from "../core"; |
2 | import type { AnyValidateFunction } from "../types"; |
3 | export default function standaloneCode(ajv: AjvCore, refsOrFunc?: { |
4 | [K in string]?: string; |
5 | } | AnyValidateFunction): string; |
Note:
See TracBrowser
for help on using the repository browser.