mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Bump to v4.12.0.
This commit is contained in:
@@ -18,7 +18,7 @@ define(['./_baseClamp', './toInteger'], function(baseClamp, toInteger) {
|
||||
* @returns {number} Returns the converted integer.
|
||||
* @example
|
||||
*
|
||||
* _.toLength(3);
|
||||
* _.toLength(3.2);
|
||||
* // => 3
|
||||
*
|
||||
* _.toLength(Number.MIN_VALUE);
|
||||
@@ -27,7 +27,7 @@ define(['./_baseClamp', './toInteger'], function(baseClamp, toInteger) {
|
||||
* _.toLength(Infinity);
|
||||
* // => 4294967295
|
||||
*
|
||||
* _.toLength('3');
|
||||
* _.toLength('3.2');
|
||||
* // => 3
|
||||
*/
|
||||
function toLength(value) {
|
||||
|
||||
Reference in New Issue
Block a user