UNPKG

@benev/nubs

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