Files
DefinitelyTyped/types/next-redux-saga/package.json
Leo Cavalcante 797efa7948 Add next-redux-saga types (#29383)
* Add next-redux-saga types

* Add TypeScript version

* Matching TS version of React

* Sort by specific overload

* Fixes after npm run test

* Declare redux dependency

* Statically typed createStore

* For new packages, this file should only "extends": "dtslint/dt.json"

* require(next-redux-saga) is itself a function, not an object with a default property

* Enable ES Module Interop
2018-10-08 11:39:17 -07:00

7 lines
79 B
JSON

{
"private": true,
"dependencies": {
"redux": "^3.6.0"
}
}