fenextjs-interface
Advanced tools
Comparing version 1.0.23 to 1.0.24
export type TypeDate = "date" | "month" | "week" | "time"; | ||
export declare enum DaysEnum { | ||
Monday = "Monday", | ||
Tuesday = "Tuesday", | ||
Wednesday = "Wednesday", | ||
Thursday = "Thursday", | ||
Friday = "Friday", | ||
Saturday = "Saturday", | ||
Sunday = "Sunday" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DaysEnum = void 0; | ||
var DaysEnum; | ||
(function (DaysEnum) { | ||
DaysEnum["Monday"] = "Monday"; | ||
DaysEnum["Tuesday"] = "Tuesday"; | ||
DaysEnum["Wednesday"] = "Wednesday"; | ||
DaysEnum["Thursday"] = "Thursday"; | ||
DaysEnum["Friday"] = "Friday"; | ||
DaysEnum["Saturday"] = "Saturday"; | ||
DaysEnum["Sunday"] = "Sunday"; | ||
})(DaysEnum || (exports.DaysEnum = DaysEnum = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "fenextjs-interface", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12615
234