UNPKG

@benev/nubs

Version:
6 lines (5 loc) 120 B
export type ReadableSet<X> = { forEach(f: (item: X) => void): void; has(item: X): boolean; array(): X[]; };