UNPKG

@davidcal/fec-raptorq

Version:

Node.js wrapper for RaptorQ forward error correction

5 lines (4 loc) 106 B
/** * Collects an iterable into an array. */ export const collect = (iterable) => Array.from(iterable);