mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Bump to v4.12.0.
This commit is contained in:
4
nth.js
4
nth.js
@@ -2,8 +2,8 @@ var baseNth = require('./_baseNth'),
|
||||
toInteger = require('./toInteger');
|
||||
|
||||
/**
|
||||
* Gets the nth element of `array`. If `n` is negative, the nth element
|
||||
* from the end is returned.
|
||||
* Gets the element at `n` index of `array`. If `n` is negative, the nth
|
||||
* element from the end is returned.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user