Releases: nexxeln/pfp
Releases · nexxeln/pfp
0.0.3
This release adds a lot of new list functions ported from Elixir.
To create an instance of the List
class, use the list
function
const myList = list([1, 2, 3]);
myList
will now have almost all native JavaScript array functions as well lots more ported from Elixir. No documentation yet so explore and have fun!