fantasyland / static-land

Specification for common algebraic structures in JavaScript based on Fantasy Land
MIT License
772 stars 41 forks source link

Standard library? #61

Open nonphoto opened 3 years ago

nonphoto commented 3 years ago

Is there a standard library for built-in types like Array, Object, Map, etc? Something like Sanctuary is for Fantasy Land, but tree-shakable? I also noticed fp-ts but I want to avoid using Typescript.