UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

13 lines 556 B
import { Command } from 'commander'; import { NodeCompilerCallbacks } from '../util/NodeCompilerCallbacks.js'; import { CompilerOptions } from '@keymanapp/developer-utils'; export declare function declareBuild(program: Command): void; declare function build(filename: string, outfile: string, parentCallbacks: NodeCompilerCallbacks, options: CompilerOptions): Promise<boolean>; /** * these are exported only for unit tests, do not use */ export declare const unitTestEndpoints: { build: typeof build; }; export {}; //# sourceMappingURL=build.d.ts.map