UNPKG

pnpm

Version:

A fast implementation of npm install

5 lines (4 loc) 117 B
/** * Returns the registry needed for a certain package. */ export default function registryFor(pkg: string): any;