UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

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