UNPKG

pnpm

Version:

A fast implementation of npm install

5 lines (4 loc) 106 B
/** * Relative symlink */ export default function relSymlink(src: string, dest: string): Promise<void>;