mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 08:58:20 +02:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
21
node_modules/lodash/wrapperValue.js
generated
vendored
21
node_modules/lodash/wrapperValue.js
generated
vendored
|
@ -1,21 +0,0 @@
|
|||
var baseWrapperValue = require('./_baseWrapperValue');
|
||||
|
||||
/**
|
||||
* Executes the chain sequence to resolve the unwrapped value.
|
||||
*
|
||||
* @name value
|
||||
* @memberOf _
|
||||
* @since 0.1.0
|
||||
* @alias toJSON, valueOf
|
||||
* @category Seq
|
||||
* @returns {*} Returns the resolved unwrapped value.
|
||||
* @example
|
||||
*
|
||||
* _([1, 2, 3]).value();
|
||||
* // => [1, 2, 3]
|
||||
*/
|
||||
function wrapperValue() {
|
||||
return baseWrapperValue(this.__wrapped__, this.__actions__);
|
||||
}
|
||||
|
||||
module.exports = wrapperValue;
|
Loading…
Add table
Add a link
Reference in a new issue