UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

7 lines (6 loc) 382 B
export declare const runCli: () => Promise<boolean | void>; export declare const createInputPath: (inputFileName: string) => string; export declare const createOutputPath: (outputFileName: string) => string; export declare const DEFAULT_INPUT_FILE_NAME = "schema.json"; export declare const DEFAULT_OUTPUT_FILE_NAME = "generated-typebox.ts"; export declare const HELP_TEXT: string;