diff options
Diffstat (limited to 'node_modules/moment/src/lib/units/constants.js')
-rw-r--r-- | node_modules/moment/src/lib/units/constants.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/moment/src/lib/units/constants.js b/node_modules/moment/src/lib/units/constants.js new file mode 100644 index 0000000..da36dbd --- /dev/null +++ b/node_modules/moment/src/lib/units/constants.js @@ -0,0 +1,9 @@ +export var YEAR = 0, + MONTH = 1, + DATE = 2, + HOUR = 3, + MINUTE = 4, + SECOND = 5, + MILLISECOND = 6, + WEEK = 7, + WEEKDAY = 8; |