origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Feat/typescript standard decorators #185

Closed davidlibland closed 5 years ago

davidlibland commented 6 years ago

This combines the PRS: https://github.com/origamitower/folktale/pull/182 https://github.com/origamitower/folktale/pull/183 and https://github.com/origamitower/folktale/pull/184. It creates a single decorator to add all the standard methods which those PRs provide. By consolidating the varied decorators here, it makes it easier to maintain their usage.