/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
requizzle
/
lib
/
wrappers
/
/var/www/greso.tech/server/nsm/node_modules/requizzle/lib/wrappers
mkdir
upload
Name
Size
Mode
Actions
extras.js
594
0644
edit
dl
rm
requirepaths.js
1086
0644
edit
dl
rm
strict.js
303
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/requizzle/lib/wrappers/extras.js
(594B)
/* Copyright 2014 Google LLC Use of this source code is governed by the MIT License, available in this package's LICENSE file or at http://opensource.org/licenses/MIT. */ function callFunction(targetPath, parentModule, func) { if (!func) { return ''; } return func(targetPath, parentModule); } exports.before = function before(targetPath, parentModule, options) { return callFunction(targetPath, parentModule, options.before); }; exports.after = function after(targetPath, parentModule, options) { return callFunction(targetPath, parentModule, options.after); };
Save
cmd:
run