@spec2ts/jsonschema
Version:
Utility to convert JSON Schemas to Typescript using TypeScript native compiler
9 lines (8 loc) • 370 B
JavaScript
import { i as usage, n as describe, r as handler, t as builder } from "../command-DkxhZPdF.mjs";
import yargs from "yargs";
import { hideBin } from "yargs/helpers";
//#region src/bin/jsonschema2ts.ts
yargs(hideBin(process.argv)).command(usage, describe, builder, handler).help("help", "Show help usage").demandCommand().argv;
//#endregion
export {};