UNPKG

@mochabug/adaptkit

Version:

A cmd to create, emulate and publish Mochabug Adapt plugins

7 lines 226 B
interface ReadFilesResult { configuratorPath?: string; executorPath: string; } export declare function readConfiguratorAndExecutor(dist: string): Promise<ReadFilesResult>; export {}; //# sourceMappingURL=index.d.ts.map