npm.d.ts 202 B

12
  1. export default function npm(method: string, packages: string[] | null, live: boolean, cwd: string | null, flags: string[] | null): Promise<void>;
  2. export declare function getVersion(): Promise<unknown>;