UNPKG
leaf-orient
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
OrientDB ODM with support for schemas inspired by mongoose
github.com/leafjs/orient
leafjs/orient
leaf-orient
/
src
/
constants
/
readystate.js
8 lines
(7 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import keymirror
from
"keymirror"
; export
default
keymirror
({
DISCONNECTED
:
null
,
CONNECTED
:
null
,
CONNECTING
:
null
,
DISCONNECTING
:
null
});