mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Bump to v4.13.0.
This commit is contained in:
4
times.js
4
times.js
@@ -25,8 +25,8 @@ define(['./_baseIteratee', './_baseTimes', './toInteger'], function(baseIteratee
|
||||
* _.times(3, String);
|
||||
* // => ['0', '1', '2']
|
||||
*
|
||||
* _.times(4, _.constant(true));
|
||||
* // => [true, true, true, true]
|
||||
* _.times(4, _.constant(0));
|
||||
* // => [0, 0, 0, 0]
|
||||
*/
|
||||
function times(n, iteratee) {
|
||||
n = toInteger(n);
|
||||
|
||||
Reference in New Issue
Block a user