Prevent using <any> in custom sort function
Below custom sort function in isolated file
fuzzy-sort.ts
works as expected.
My question: any pointers on how to replace the <any> type on line 5 with something more strict?
0 Replies