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.d.ts
6 lines
(5 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
Time
{
DAY
=
"day"
,
MONTH
=
"month"
,
YEAR
=
"year"
}