UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

9 lines (6 loc) 234 B
module.exports = link var gentleFS = require('gentle-fs') var gentleFSOpts = require('../config/gentle-fs.js') function link (from, to, gently, abs, cb) { return gentleFS.link(from, to, gentleFSOpts(gently, undefined, abs), cb) }