UNPKG

live-set

Version:

Class representing a changing and transformable collection of items.

4 lines (2 loc) 101 B
import LiveSet from '.'; export default function merge<T>(liveSets: Array<LiveSet<T>>): LiveSet<T>;