@synaptic-simulations/mach
Version:
The last MSFS instrument bundler you'll ever need.
5 lines (4 loc) • 393 B
TypeScript
import type { BuildLogger } from "./logger";
import { type BuildResultWithMeta, type Instrument, type MachArgs } from "./types";
export declare function buildInstrument(args: MachArgs, instrument: Instrument, logger: BuildLogger): Promise<BuildResultWithMeta>;
export declare function watchInstrument(args: MachArgs, instrument: Instrument, logger: BuildLogger): Promise<BuildResultWithMeta>;