Introduction
Last updated
Last updated
Figment is a collection of functional programming helpers. This is my personal collection of utilities and is not intended to be comprehensive.
The library is built in TypeScript and is manually curried to make the final parameter to functions (the data parameter) a separate callback to aid in composibility. For example, here is the signature of map
from lodash:
And here is the signature this library uses:
fp-ts is a popular TypeScript library which implements functional concepts.
Figment is licensed under the Hippocratic License. It is an Ethical Source license derived from the MIT License, amended to limit the impact of the unethical use of open source software.