UNPKG

@rxap/json-schema-to-typescript

Version:

Generate TypeScript interfaces from JSON Schema definitions. It allows you to programmatically create and manipulate TypeScript interface definitions based on JSON schema inputs. The package provides utilities to convert JSON schema to TypeScript interfac

12 lines 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // region tslib_1.__exportStar(require("./lib/coerce-imports"), exports); tslib_1.__exportStar(require("./lib/get-from-object"), exports); tslib_1.__exportStar(require("./lib/has-index-signature"), exports); tslib_1.__exportStar(require("./lib/join"), exports); tslib_1.__exportStar(require("./lib/strings"), exports); tslib_1.__exportStar(require("./lib/typescript-interface-generator"), exports); // endregion //# sourceMappingURL=index.js.map