File manager - Edit - /var/www/payraty/inventory_main/node_modules/lodash/_castArrayLikeObject.js
Back
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;
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.43 |
proxy
|
phpinfo
|
Settings