UNPKG
@ginden/blinkstick-v2
Version:
latest (3.4.1)
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.8
2.0.7
2.0.5
Improved Blickstick API for Node.js
github.com/Ginden/blinkstick-node-v2
Ginden/blinkstick-node-v2
@ginden/blinkstick-v2
/
dist
/
animations
/
helpers
/
iterate.d.ts
6 lines
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@summary
Collects all items from an iterable or async iterable into an array. *
@category
Utils
*/
export
declare
function
asyncCollect<V>(
iterable
:
Iterable
<V> |
AsyncIterable
<V>):
Promise
<V[]>;
//# sourceMappingURL=iterate.d.ts.map