UNPKG
@jcamacaro96/utils
Version:
latest (0.4.11)
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.3.0
0.2.5
0.2.4
0.1.4
0.1.3
0.1.2
0.1.1
QR Commerce utils
github.com/Camacaro/qr-commerce-utils
@jcamacaro96/utils
/
dist
/
constant
/
time.js
10 lines
(9 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Time
=
void
0
;
var
Time
; (
function
(
Time
) {
Time
[
"DAY"
] =
"day"
;
Time
[
"MONTH"
] =
"month"
;
Time
[
"YEAR"
] =
"year"
; })(
Time
=
exports
.
Time
|| (
exports
.
Time
= {}));