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
23
node_modules/lodash/toIterator.js
generated
vendored
23
node_modules/lodash/toIterator.js
generated
vendored
|
@ -1,23 +0,0 @@
|
|||
/**
|
||||
* Enables the wrapper to be iterable.
|
||||
*
|
||||
* @name Symbol.iterator
|
||||
* @memberOf _
|
||||
* @since 4.0.0
|
||||
* @category Seq
|
||||
* @returns {Object} Returns the wrapper object.
|
||||
* @example
|
||||
*
|
||||
* var wrapped = _([1, 2]);
|
||||
*
|
||||
* wrapped[Symbol.iterator]() === wrapped;
|
||||
* // => true
|
||||
*
|
||||
* Array.from(wrapped);
|
||||
* // => [1, 2]
|
||||
*/
|
||||
function wrapperToIterator() {
|
||||
return this;
|
||||
}
|
||||
|
||||
module.exports = wrapperToIterator;
|
Loading…
Add table
Add a link
Reference in a new issue