@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
37 lines • 1.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Month = void 0;
/** Represents a month in the Gregorian calendar. */
var Month;
(function (Month) {
/** The unspecified month. */
Month[Month["MONTH_UNSPECIFIED"] = 0] = "MONTH_UNSPECIFIED";
/** The month of January. */
Month[Month["JANUARY"] = 1] = "JANUARY";
/** The month of February. */
Month[Month["FEBRUARY"] = 2] = "FEBRUARY";
/** The month of March. */
Month[Month["MARCH"] = 3] = "MARCH";
/** The month of April. */
Month[Month["APRIL"] = 4] = "APRIL";
/** The month of May. */
Month[Month["MAY"] = 5] = "MAY";
/** The month of June. */
Month[Month["JUNE"] = 6] = "JUNE";
/** The month of July. */
Month[Month["JULY"] = 7] = "JULY";
/** The month of August. */
Month[Month["AUGUST"] = 8] = "AUGUST";
/** The month of September. */
Month[Month["SEPTEMBER"] = 9] = "SEPTEMBER";
/** The month of October. */
Month[Month["OCTOBER"] = 10] = "OCTOBER";
/** The month of November. */
Month[Month["NOVEMBER"] = 11] = "NOVEMBER";
/** The month of December. */
Month[Month["DECEMBER"] = 12] = "DECEMBER";
})(Month || (exports.Month = Month = {}));
(function (Month) {
Month.name = 'google.type.Month';
})(Month || (exports.Month = Month = {}));
//# sourceMappingURL=month.js.map