UNPKG
@anton-seriesfi/doppler-v3-sdk
Version:
latest (1.0.44-b)
1.0.44
1.0.44-b
1.0.44-a
1.0.29
1.0.29-maybe
1.0.28
1.0.26
1.0.25-beta.0
1.0.9-rc2
SDK for interacting with Doppler v3 protocol
@anton-seriesfi/doppler-v3-sdk
/
dist
/
constants.js
7 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DAY_SECONDS
=
exports
.
DEFAULT_PD_SLUGS
=
exports
.
MAX_TICK_SPACING
=
void
0
;
exports
.
MAX_TICK_SPACING
=
30
;
exports
.
DEFAULT_PD_SLUGS
=
5
;
exports
.
DAY_SECONDS
=
24
*
60
*
60
;
//# sourceMappingURL=constants.js.map