DIR: /proc/1784574/root/usr/share/nodejs/lodash/ |
Current File : //proc/1784574/root/usr/share/nodejs/lodash/_castRest.js |
var baseRest = require('./_baseRest'); /** 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; module.exports = castRest; |