UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

4 lines 219 B
import { LoadedConfig } from '@tapjs/config'; import { TAP } from '@tapjs/core'; export declare const runBefore: (t: TAP, argv: string[], config: LoadedConfig) => string | undefined; //# sourceMappingURL=before.d.ts.map