ohctechv3/.svn/pristine/82/82020a1342ba8656765ac9141410d1af2b7730f0.svn-base
2024-10-28 15:03:36 +05:30

15 lines
348 B
Plaintext

var baseRest = require('./_baseRest');
/**
* 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;