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
/
types
/
crosData.d.ts
9 lines
(8 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Client
}
from
"./client"
;
import
{
Hub
}
from
"./hub"
;
declare
const
_default
: {
Client
:
typeof
Client
;
Hub
:
typeof
Hub
;
_VERSION
:
string
; };
export
default
_default;