Can't find fromArray
Freak613 opened this issue · 2 comments
Freak613 commented
Library seems to not export nor having fromArray
function.
Specifically, I'm trying to import it as ES-module and bundled dist from npm doesn't have this function in exports.
paldepind commented
Hi @Freak613. The function has been renamed to just from
. I've forgot to update the documentation 😓
paldepind commented
I've now updated the documentation to reflect the fact that fromArray
and fromIterable
was merged into a single function called from.