UNPKG
@neocoast/neox
Version:
latest (0.1.0-alpha.0)
0.1.0-alpha.0
0.0.4
Data structure supporting new redux hooks
github.com/NeoCoast/neox
NeoCoast/neox
@neocoast/neox
/
dist
/
ts
/
interfaces
/
Neox.d.ts
6 lines
(5 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
interface
Neox
{
values
:
Map
<
string
,
any
>;
toJS
:
() =>
object
;
set
:
(
key
:
string
,
value
:
any
) =>
Neox
; }