export { wrapCompilerAsTypeGuard, wrapValidatorAsTypeGuard, asConst } from "./utils"; /** * JSON Schema type constraint */ /** * Extended JSON Schema type constraint * @param EXTENSION JSONSchema7Extension * @returns Type */ /** * Given a JSON schema defined with the `as const` statement, infers the type of valid instances * @param SCHEMA JSON schema */ /** * Given an extended JSON schema defined with the `as const` statement, infers the type of valid instances * @param SCHEMA JSON schema */ //# sourceMappingURL=index.js.map