mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v4.16.0.
This commit is contained in:
14
_castRest.js
Normal file
14
_castRest.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user