mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Bump to v4.13.0.
This commit is contained in:
6
nth.js
6
nth.js
@@ -1,8 +1,8 @@
|
||||
import baseNth from './_baseNth';
|
||||
import toInteger from './toInteger';
|
||||
import baseNth from './_baseNth.js';
|
||||
import toInteger from './toInteger.js';
|
||||
|
||||
/**
|
||||
* 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