mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v4.7.0.
This commit is contained in:
6
slice.js
6
slice.js
@@ -6,11 +6,13 @@ define(['./_baseSlice', './_isIterateeCall', './toInteger'], function(baseSlice,
|
||||
/**
|
||||
* Creates a slice of `array` from `start` up to, but not including, `end`.
|
||||
*
|
||||
* **Note:** This method is used instead of [`Array#slice`](https://mdn.io/Array/slice)
|
||||
* to ensure dense arrays are returned.
|
||||
* **Note:** This method is used instead of
|
||||
* [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are
|
||||
* returned.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 3.0.0
|
||||
* @category Array
|
||||
* @param {Array} array The array to slice.
|
||||
* @param {number} [start=0] The start position.
|
||||
|
||||
Reference in New Issue
Block a user