UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

4 lines 255 B
import type { LoadedConfig } from '@tapjs/config'; export declare const firstOf: (a: (string | undefined)[], def: string) => string; export declare const config: (args: string[], config: LoadedConfig) => Promise<void>; //# sourceMappingURL=config.d.ts.map