mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v4.13.0.
This commit is contained in:
6
chunk.js
6
chunk.js
@@ -1,6 +1,6 @@
|
||||
import baseSlice from './_baseSlice';
|
||||
import isIterateeCall from './_isIterateeCall';
|
||||
import toInteger from './toInteger';
|
||||
import baseSlice from './_baseSlice.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import toInteger from './toInteger.js';
|
||||
|
||||
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||
var nativeCeil = Math.ceil,
|
||||
|
||||
Reference in New Issue
Block a user