UNPKG

@benev/nubs

Version:
5 lines (2 loc) 112 B
import {ReadableSet} from "./readable-set.js" export type OnSetChange<T> = (readable: ReadableSet<T>) => void