UNPKG

pnpm

Version:

A fast implementation of npm install

2 lines (1 loc) 82 B
export default function <T>(storePath: string, fn: () => Promise<T>): Promise<T>;