UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
moment
/
src
/
lib
/
units
/
constants.js
10 lines
(9 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export var
YEAR
=
0
,
MONTH
=
1
,
DATE
=
2
,
HOUR
=
3
,
MINUTE
=
4
,
SECOND
=
5
, MILLISECOND
=
6
, WEEK
=
7
, WEEKDAY
=
8
;