UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

5 lines 332 B
import { differenceInMilliseconds } from "date-fns"; export const lastDate = (a, b) => differenceInMilliseconds(a, b); export const lastPeriod = (a, b) => a.horizontalPosition - b.horizontalPosition; export const lastSinglePeriod = (a, b) => differenceInMilliseconds(b.endInclusive, a.endInclusive); //# sourceMappingURL=sort.js.map