UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 243 B
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;