UNPKG

live-set

Version:

Class representing a changing and transformable collection of items.

4 lines (2 loc) 127 B
import LiveSet from '.'; export default function flatMap<T,U>(liveSet: LiveSet<T>, cb: (value: T) => LiveSet<U>): LiveSet<U>;