UNPKG
@resource-sentry/reader-json
Version:
latest (1.0.0)
1.0.0
Resource Sentry JSON Reader.
github.com/resource-sentry/reader-json
resource-sentry/reader-json
@resource-sentry/reader-json
/
src
/
model
/
constants.js
6 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
Object
.
freeze
({
DATA_DID_CHANGE
:
'dataDidChange'
,
NULL_VALUE
:
'NULL'
,
WALK_LIMIT
:
Number
.
MAX_SAFE_INTEGER
});