@fp-tendency/demo
v0.0.24
Published
FP-Tendency library demo
Readme
FP Tendency demo
A functional programming library designed to enhance your JavaScript development experience.
Installation
With Yarn:
yarn add @fp-tendency/demoWith NPM:
npm i @fp-tendency/demoWith Bun:
bun add @fp-tendency/demoModular System Compatibility: The library is available in both ESM and CommonJS formats, making it easy to use in both browser environments and Node.js applications.
Documentation
Documentation is available in JSDOC format. Almost all functions include detailed descriptions and usage examples to help you get started quickly.
Feel free to contribute or raise issues in the repository!
Features
- Iterable Manipulation: Easily manipulate and transform iterable data structures with a variety of built-in functions.
- Container Types: Introduces container types such as Result and Option, inspired by Rust, as well as IO types from Haskell, allowing for safer and more expressive handling of values.
- Utility Functions: Includes utility functions like curry and memoize etc to enhance your functional programming toolkit.
- TypeScript Support: Built with TypeScript to provide type safety and an improved developer experience.
Contribution
We welcome contributions! If you have suggestions, improvements, or issues, please feel free to open a pull request or issue in the repository.
