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,5 +1,4 @@
import { Equater } from "./sync.js";
import { MaybeAsyncEquater } from "./async.js";
import { Equater, MaybeAsyncEquater } from "./types.js";
import { asAsyncGenerator } from "./utils.js";
export interface EqualityMap<K, V> extends Iterable<[K, V]> {