UNPKG

@benev/nubs

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