UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

7 lines (5 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Static = exports.Runtime = void 0; exports.Runtime = require("./runtime/index"); exports.Static = require("./static/index");