UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

12 lines 654 B
import { BuildActivity } from './BuildActivity.js'; import { KeymanFileTypes } from '@keymanapp/common-types'; import { CompilerCallbacks } from '@keymanapp/developer-utils'; import { ExtendedCompilerOptions } from '../../util/extendedCompilerOptions.js'; export declare class BuildKeyboardInfo extends BuildActivity { get name(): string; get sourceExtension(): KeymanFileTypes.Source; get compiledExtension(): KeymanFileTypes.Binary; get description(): string; build(infile: string, _outfile: string, callbacks: CompilerCallbacks, options: ExtendedCompilerOptions): Promise<boolean>; } //# sourceMappingURL=BuildKeyboardInfo.d.ts.map