UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

6 lines 259 B
import { LoadedConfig } from '@tapjs/config'; /** * get the versions of a package that is installed at top level */ export declare const getInstalledVersion: (name: string, config: LoadedConfig) => string; //# sourceMappingURL=get-installed-version.d.ts.map