All Projects → danielearwicker → immuto

danielearwicker / immuto

Licence: MIT license
Very strongly typed Redux adaptation for TypeScript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Build Status

immuto

Very strongly typed Redux adaptation for TypeScript

Install

npm install immuto

And then

import * as I from "immuto"

Docs

Or just install and read the highly documented tests : https://github.com/danielearwicker/immuto/tree/master/spec !

Related

Contributing

  • npm install
  • Open index.ts in VSCode (or your favorite TypeScript supporting IDE) and start cracking.
  • prepublish is wired to compile the code using TypeScript latest (see our devDependency)
  • npm run test makes sure nothing awful happens.

Originally developed in http://alm.tools. 🌹

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].