UNPKG
gaia.db-lite
Version:
latest (0.0.1-alpha6)
0.0.1-alpha6
0.0.1-alpha5
0.0.1-alpha4
0.0.1-alpha3
0.0.1-alpha2
0.0.1-alpha1
A lite version of Gaia.DB.
github.com/NekoMaru76/Gaia.DB-Lite
NekoMaru76/Gaia.DB-Lite
gaia.db-lite
/
src
/
CommEnum.js
10 lines
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
RECEIVED:
200
,
DONE:
201
,
MODIFY:
300
,
DATAFORYA:
301
,
GIVE:
302
,
DELETE:
303
,
STORE:
304
,
ERROR:
400
}
;