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