UNPKG

@ginden/blinkstick-v2

Version:
6 lines 237 B
/** * Collects all items from an iterable or async iterable into an array. * @category Animation */ export declare function asyncCollect<V>(iterable: Iterable<V> | AsyncIterable<V>): Promise<V[]>; //# sourceMappingURL=iterate.d.ts.map