UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

12 lines 427 B
import '@tapjs/core'; import { LoadedConfig } from '@tapjs/config'; /** * If it's a package, figure out what version we have, what version * we want, and what the parsed name of the plugin is. */ export declare const analyzePluginArg: (plugin: string, config: LoadedConfig) => Promise<{ name: string; versionInstalled: string; versionWant: string | undefined; }>; //# sourceMappingURL=analyze-plugin-arg.d.ts.map