UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

8 lines 289 B
import '@tapjs/core'; import { LoadedConfig } from '@tapjs/config'; export declare const getInstallSet: (args: string[], config: LoadedConfig) => Promise<{ added: Set<string>; needInstall: Set<string>; needCleanup: Set<string>; }>; //# sourceMappingURL=get-install-set.d.ts.map