UNPKG

tmaito-utils

Version:

utils 工具包

3 lines (2 loc) 137 B
declare const compareSort: (data: any[] | undefined, key: string | undefined, order: boolean) => Array<any>; export default compareSort;