mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Bump to v4.7.0.
This commit is contained in:
6
slice.js
6
slice.js
@@ -5,11 +5,13 @@ var baseSlice = require('./_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