temp
This commit is contained in:
11
node_modules/json-schema-to-ts/lib/esm/index.js
generated
vendored
Normal file
11
node_modules/json-schema-to-ts/lib/esm/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user