mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 11:32:17 +00:00
2022.07.20 16:18:09 更新订阅
This commit is contained in:
14
utils/rm/node_modules/lodash/_castRest.js
generated
vendored
Normal file
14
utils/rm/node_modules/lodash/_castRest.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user