File "link.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/lib/utils/link.js
File size: 234 bytes
MIME-type: text/plain
Charset: utf-8
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)
}