@mindfulness/utils
    Preparing search index...

    Function isBetween

    • Return true if the number is between the two numbers

      Parameters

      • num: number

        The number to check

      • range: [number, number]

        The range to check against

      Returns boolean

      • Whether the number is between the two numbers