mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import baseDifference from './_baseDifference';
|
||||
import baseFlatten from './_baseFlatten';
|
||||
import isArrayLikeObject from './isArrayLikeObject';
|
||||
import last from './last';
|
||||
import rest from './rest';
|
||||
import baseDifference from './_baseDifference.js';
|
||||
import baseFlatten from './_baseFlatten.js';
|
||||
import isArrayLikeObject from './isArrayLikeObject.js';
|
||||
import last from './last.js';
|
||||
import rest from './rest.js';
|
||||
|
||||
/**
|
||||
* This method is like `_.difference` except that it accepts `comparator`
|
||||
|
||||
Reference in New Issue
Block a user