Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 24, 2020
1 parent c5f72b3 commit c4550f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions methods/array/sortBy.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import { XEUtilsMethods } from '../xe-utils'

import orderBy from './orderBy'

export const sortBy: typeof orderBy

declare module '../xe-utils' {
interface XEUtilsMethods {
sortBy: typeof sortBy;
}
}

export default sortBy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "2.7.18",
"version": "2.7.20",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.umd.min.js",
Expand Down

0 comments on commit c4550f0

Please sign in to comment.