UNPKG
@captaincodeman/rdx
Version:
latest (1.0.0-rc.9)
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Small state library. Like Redux, but smaller
captaincodeman.github.io/rdx/
CaptainCodeman/rdx
@captaincodeman/rdx
/
typings
/
devtools.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
{
Store
}
from
'./store'
export
declare
function
devtools<T
extends
Store
>(
store
: T,
options
?:
any
): T