UNPKG

@push-based/node-cli-testing

Version:

### A e2e-testing library for node CLI and processes including sandbox generation on the fly

6 lines (5 loc) 200 B
import { CliProject } from "./cli"; import { ProjectConfig } from "./types"; export declare class CliProjectFactory { static create<T extends {}>(cfg: ProjectConfig<T>): Promise<CliProject<T>>; }