Files
tasq/node_modules/json-schema-to-ts/lib/esm/index.js
T
2026-04-09 19:01:53 +08:00

11 lines
398 B
JavaScript

export { wrapCompilerAsTypeGuard, wrapValidatorAsTypeGuard, asConst } from "./utils";
/**
* 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