Skip to main content
1+2+3=6
Document
/
Memos
Search
TypeScript
泛型
泛型
数组排序
数组或者对象数组进行排序
.d.ts
arraySort
<
T
>
(
arr
:
T
[
]
,
key
?
:
string
)
:
T
[
]
;
Previous
typescript-esnext
Next
注释