Icard/angular-clarity-master(work.../node_modules/lodash/_castRest.js

15 lines
348 B
JavaScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
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;