键入Redux Saga 尝试将更好的TypeScript类型带入redux-saga。 需要TypeScript 3.6或更高版本。 安装 # yarn yarn add typed-redux-saga # npm npm install typed-redux-saga 用法 让我们以为例 前 import { call , all } from "redux-saga/effects" ; // Let's assume Api.fetchUser() returns Promise // Api.fetchConfig1/fetchConfig2 returns Promise, Promise import Api from "..." ; function * fetchUser ( action ) { // `use