chore: More typescript FIXME's removed
This commit is contained in:
@@ -27,7 +27,7 @@ function getSortByField<T>(
|
||||
|
||||
function naturalSortBy<T>(
|
||||
items: T[],
|
||||
key: string | (() => string),
|
||||
key: string | ((item: T) => string),
|
||||
sortOptions?: NaturalSortOptions
|
||||
): T[] {
|
||||
if (!items) return [];
|
||||
|
||||
Reference in New Issue
Block a user