DIR: /proc/1784574/task/1784574/root/usr/share/nodejs/lodash-es/ |
Current File : //proc/1784574/task/1784574/root/usr/share/nodejs/lodash-es/_castRest.js |
import baseRest from './_baseRest.js'; /** Detect free variable `globalThis` */ const freeGlobalThis = typeof globalThis == 'object' && globalThis !== null && globalThis.Object == Object && globalThis; /** * A `baseRest` alias which can be replaced with `identity` by module * replacement plugins. * * @private * @type {Function} * @param {Function} func The function to apply a rest parameter to. * @returns {Function} Returns the new function. */ var castRest = baseRest; export default castRest; |