chronia
    Preparing search index...

    Type Alias BetweenOption

    Configuration options for the isBetween function. Controls how boundary dates are treated in the comparison.

    type BetweenOption = {
        bounds?: BoundsType;
    }
    Index

    Properties

    Properties

    bounds?: BoundsType

    Specifies boundary inclusion using mathematical interval notation. Defaults to "()" for backward compatibility.

    "()"