@pnpm/cli-utils
Version:
Utils for pnpm commands
8 lines (7 loc) • 295 B
TypeScript
export { getConfig } from './getConfig.js';
export * from './packageIsInstallable.js';
export * from './readDepNameCompletions.js';
export * from './readProjectManifest.js';
export * from './recursiveSummary.js';
export * from './style.js';
export declare function docsUrl(cmd: string): string;