UNPKG
cros-data
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
cross domian localstorage
github.com/loujohn/cros-data
loujohn/cros-data
cros-data
/
src
/
crosData.ts
8 lines
(7 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Client
}
from
"./client"
;
import
{
Hub
}
from
"./hub"
;
export
default
{
Client
,
Hub
,
_VERSION
:
"VERSION"
};