UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

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