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 0011b19 commit c5a155fCopy full SHA for c5a155f
lib/create-sort.d.ts
@@ -1,4 +1,3 @@
1
export default function createSort<T = string>(configuration?: {
2
-unitlessMqAlwaysFirst?: boolean | undefined;
3
-}): ((a: T, b: T) => number);
4
-
+ unitlessMqAlwaysFirst?: boolean | undefined;
+}): (a: T, b: T) => number;
0 commit comments