temporal-fns
    Preparing search index...

    Interface AreIntervalsOverlappingOptions

    interface AreIntervalsOverlappingOptions {
        inclusive?: boolean;
    }
    Index

    Properties

    Properties

    inclusive?: boolean

    When true, intervals that merely touch at an endpoint (one's end equals the other's start) are treated as overlapping. Defaults to false, matching date-fns.