UNPKG

@tscc/tscc

Version:

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

5 lines (4 loc) 255 B
/// <reference types="node" /> import Logger from './log/Logger'; import childProcess = require('child_process'); export default function spawnCompiler(providedArgs: string[], logger: Logger, debug?: boolean): childProcess.ChildProcessWithoutNullStreams;