move types around
This commit is contained in:
@@ -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]> {
|
||||
|
||||
Reference in New Issue
Block a user