UNPKG

@syntest/init

Version:

The setup application of the SynTest Framework

6 lines 246 B
import { Command, ModuleManager } from "@syntest/module"; export type ModuleOptions = { moduleName: string; }; export declare function getModuleCommand(tool: string, moduleManager: ModuleManager): Command; //# sourceMappingURL=module.d.ts.map