📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 21:42:41
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
lodash
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/lodash
🔄 Refresh
✏️
Editing: _castArrayLikeObject.js
Writable
var isArrayLikeObject = require('./isArrayLikeObject'); /** * Casts `value` to an empty array if it's not an array like object. * * @private * @param {*} value The value to inspect. * @returns {Array|Object} Returns the cast array-like object. */ function castArrayLikeObject(value) { return isArrayLikeObject(value) ? value : []; } module.exports = castArrayLikeObject;
💾 Save Changes
❌ Cancel