1.0.0 • Published 5 months ago

@apostx/typed-redux-saga v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@apostx/typed-redux-saga

⚠️ This is a fork of typed-redux-saga.

This version is maintained by @apostx and include bugfixes not present in the original.


Installation

npm install typed-redux-saga@npm:@apostx/typed-redux-saga@1.0.0

Usage

Same as the original library but must use alias in the package.json

{
  "dependencies": {
    "typed-redux-saga": "npm:@apostx/typed-redux-saga@1.0.0"
  }
}

📄 Original Documentation

You can view the unmodified upstream README here.