UNPKG

@mochabug/adaptkit

Version:

A cmd to create, emulate and publish Mochabug Adapt plugins

12 lines 393 B
interface ReadFilesResult { configuratorPath?: string; executorPath: string; } export declare function readConfiguratorAndExecutor(dist: string): Promise<ReadFilesResult>; interface WasmFilesResult { configModules: string[]; execModules: string[]; } export declare function readWasmModules(dist: string): Promise<WasmFilesResult>; export {}; //# sourceMappingURL=index.d.ts.map