8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d26da8 commit 15a10c4Copy full SHA for 15a10c4
src/utils.ts
@@ -1,4 +1,4 @@
1
-// eslint-disable-next-line @typescript-eslint/no-explicit-any
+/ eslint-disable-next-line @typescript-eslint/no-explicit-any
2
export function sort_by_key(array: any[], key: string) {
3
return array.sort(function (a, b) {
4
const x = a[key]; const y = b[key];
0 commit comments