@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
11 lines • 589 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.lastSinglePeriod = exports.lastPeriod = exports.lastDate = void 0;
const date_fns_1 = require("date-fns");
const lastDate = (a, b) => (0, date_fns_1.differenceInMilliseconds)(a, b);
exports.lastDate = lastDate;
const lastPeriod = (a, b) => a.horizontalPosition - b.horizontalPosition;
exports.lastPeriod = lastPeriod;
const lastSinglePeriod = (a, b) => (0, date_fns_1.differenceInMilliseconds)(b.endInclusive, a.endInclusive);
exports.lastSinglePeriod = lastSinglePeriod;
//# sourceMappingURL=sort.js.map
;