mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Fixin missing references in repeat.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
/* Used as references for the maximum safe integer in JavaScript Math.pow(2, 53) - 1 */
|
||||||
|
const MAX_SAFE_INTEGER = 9007199254740991
|
||||||
|
|
||||||
|
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||||
|
const nativeFloor = Math.floor
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repeats the given string `n` times.
|
* Repeats the given string `n` times.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user