UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

4 lines (2 loc) 84 B
var fl = require('freelist'); module.exports = function (n) { return fl(n) + 10 };