forked from lucaspatenaude/ScoreSpot
Update to NPM version
This commit is contained in:
9
ProjectSourceCode/node_modules/moment/src/lib/units/constants.js
generated
vendored
Normal file
9
ProjectSourceCode/node_modules/moment/src/lib/units/constants.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export var YEAR = 0,
|
||||
MONTH = 1,
|
||||
DATE = 2,
|
||||
HOUR = 3,
|
||||
MINUTE = 4,
|
||||
SECOND = 5,
|
||||
MILLISECOND = 6,
|
||||
WEEK = 7,
|
||||
WEEKDAY = 8;
|
||||
Reference in New Issue
Block a user