dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
21 lines (20 loc) • 579 B
JavaScript
import { __module as e } from "../../../_virtual/weekday2.js";
var d = e.exports, n;
function f() {
return n ? e.exports : (n = 1, function(u, p) {
(function(s, t) {
u.exports = t();
})(d, function() {
return function(s, t) {
t.prototype.weekday = function(o) {
var a = this.$locale().weekStart || 0, r = this.$W, i = (r < a ? r + 7 : r) - a;
return this.$utils().u(o) ? i : this.subtract(i, "day").add(o, "day");
};
};
});
}(e), e.exports);
}
export {
f as __require
};
//# sourceMappingURL=weekday.js.map