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
/
index.d.ts
4 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
import
Neox
from
'./ts/interfaces/Neox'
;
declare
function
fromJS
(
data
:
object
):
Neox
;
export
default
fromJS;