Files
JiboViteDocs/node_modules/lodash-es/_castRest.js
Your Name 38652eb9b5 Initalize
2026-05-03 12:12:57 -04:00

15 lines
346 B
JavaScript

import baseRest from './_baseRest.js';
/**
* 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;