UNPKG

live-set

Version:

Class representing a changing and transformable collection of items.

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