@edia/redux-utils
v0.0.2
Published
A collection of function programming utilities written in TypeScript.
Downloads
3
Maintainers
Readme
@edia/redux-utils
A collection of function programming utilities written in TypeScript with elaborate types.
Key features
- Placeholder value
Installing
Using npm
npm install @edia/redux-utils
Using yarn
yarn add @edia/redux-utils
Usage
import { } from "@edia/redux-utils";
// TODO
For more information see the API documentation.
Contributing
Contributions in the form of pull requests and bug reports are appreciated.
Running tests
Tests are ran using the test
npm script.
Using npm
npm test
Using yarn
yarn test