File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/object/functions.js
Back
var forIn = require('./forIn'); /** * return a list of all enumerable properties that have function values */ function functions(obj){ var keys = []; forIn(obj, function(val, key){ if (typeof val === 'function'){ keys.push(key); } }); return keys.sort(); } module.exports = functions;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings