UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

4 lines 271 B
import { LoadedConfig } from '@tapjs/config'; export declare const version: (args: string[], config: LoadedConfig) => Promise<void>; export declare const getAllVersions: () => Promise<Record<string, string | Record<string, string>>>; //# sourceMappingURL=version.d.ts.map