%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/lodash-es/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/lodash-es/_castArrayLikeObject.js

import isArrayLikeObject from './isArrayLikeObject.js';

/**
 * 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 : [];
}

export default castArrayLikeObject;

Zerion Mini Shell 1.0