UNPKG

@tscc/tscc

Version:

A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly

10 lines (9 loc) 357 B
#!/usr/bin/env node import { IInputTsccSpecJSON, primitives } from '@tscc/tscc-spec'; export declare function parseTsccCommandLineArgs(args: string[], strict?: boolean): { [key: string]: primitives | primitives[]; }; export declare function buildTsccSpecJSONAndTsArgsFromArgs(args: any): { tsccSpecJSON: IInputTsccSpecJSON; tsArgs: string[]; };