// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
gentle-fs
[ PARENT ]
EDIT :: index.js
'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 }
SAVE
CANCEL