mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Bump to v4.13.0.
This commit is contained in:
12
sortBy.js
12
sortBy.js
@@ -1,9 +1,9 @@
|
||||
import baseFlatten from './_baseFlatten';
|
||||
import baseOrderBy from './_baseOrderBy';
|
||||
import isArray from './isArray';
|
||||
import isFlattenableIteratee from './_isFlattenableIteratee';
|
||||
import isIterateeCall from './_isIterateeCall';
|
||||
import rest from './rest';
|
||||
import baseFlatten from './_baseFlatten.js';
|
||||
import baseOrderBy from './_baseOrderBy.js';
|
||||
import isArray from './isArray.js';
|
||||
import isFlattenableIteratee from './_isFlattenableIteratee.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import rest from './rest.js';
|
||||
|
||||
/**
|
||||
* Creates an array of elements, sorted in ascending order by the results of
|
||||
|
||||
Reference in New Issue
Block a user