UNPKG

wallee

Version:
19 lines (18 loc) 761 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DisplayableMonth = void 0; var DisplayableMonth; (function (DisplayableMonth) { DisplayableMonth["JANUARY"] = "JANUARY"; DisplayableMonth["FEBRUARY"] = "FEBRUARY"; DisplayableMonth["MARCH"] = "MARCH"; DisplayableMonth["APRIL"] = "APRIL"; DisplayableMonth["MAY"] = "MAY"; DisplayableMonth["JUNE"] = "JUNE"; DisplayableMonth["JULY"] = "JULY"; DisplayableMonth["AUGUST"] = "AUGUST"; DisplayableMonth["SEPTEMBER"] = "SEPTEMBER"; DisplayableMonth["OCTOBER"] = "OCTOBER"; DisplayableMonth["NOVEMBER"] = "NOVEMBER"; DisplayableMonth["DECEMBER"] = "DECEMBER"; })(DisplayableMonth || (exports.DisplayableMonth = DisplayableMonth = {}));