1
0

move types around

This commit is contained in:
2024-05-09 23:55:40 +02:00
parent fccebc61b6
commit 679a61f040
10 changed files with 58 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
import { MaybeAsyncComparer } from "./async.js";
import { MaybeAsyncComparer } from "./types.js";
import { reverseAsyncComparer } from "./utils.js";
export interface AsyncSorter {