@thisisagile/easy
Version:
Straightforward library for building domain-driven microservice architectures
29 lines (28 loc) • 467 B
JavaScript
import "../chunk-4N72FQFX.mjs";
// src/types/Period.ts
var period = [
"today",
"yesterday",
"tomorrow",
"this-week",
"last-seven-days",
"last-week",
"last-two-weeks",
"next-week",
"this-month",
"last-month",
"two-months-ago",
"three-months-ago",
"last-three-months",
"next-month",
"this-year",
"last-year",
"two-years-ago",
"three-years-ago",
"next-year",
"all-time"
];
export {
period
};
//# sourceMappingURL=Period.mjs.map