UNPKG

@pnpm/package-bins

Version:
7 lines (6 loc) 239 B
import { type DependencyManifest } from '@pnpm/types'; export interface Command { name: string; path: string; } export declare function getBinsFromPackageManifest(manifest: DependencyManifest, pkgPath: string): Promise<Command[]>;