mmir-tooling
Version:
Build tools for MMIR projects
9 lines (8 loc) • 360 B
TypeScript
import { StateCompilerOptions } from '../index.d';
declare function prepareCompile(options: StateCompilerOptions): Promise<void>;
declare function compile(loadOptions: StateCompilerOptions): Promise<Array<Error | Error[]> | any[]>;
declare const _default: {
prepareCompile: typeof prepareCompile;
compile: typeof compile;
};
export = _default;