funkia/list

Can't find fromArray

Freak613 opened this issue · 2 comments

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.

Hi @Freak613. The function has been renamed to just from. I've forgot to update the documentation 😓

I've now updated the documentation to reflect the fact that fromArray and fromIterable was merged into a single function called from.