/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
gentle-fs
/
Upload Filee
HOME
'use strict' const rm = require('./lib/rm.js') const link = require('./lib/link.js') exports = module.exports = { rm: rm, link: link.link, linkIfExists: link.linkIfExists }