UNPKG

241 BTypeScriptView Raw
1import orderBy from './orderBy'
2
3/**
4 * 被 orderBy 替换
5 * @deprecated
6 */
7export const sortBy: typeof orderBy
8
9declare module './ctor' {
10 interface XEUtilsMethods {
11 sortBy: typeof sortBy;
12 }
13}
14
15export default sortBy