📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 13:02:02
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
requizzle
/
lib
/
wrappers
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/requizzle/lib/wrappers
🔄 Refresh
✏️
Editing: extras.js
Writable
/* 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 Changes
❌ Cancel