@hebcal/leyning
    Preparing search index...

    Function addVerses

    • Calculates the next verse after adding a number of verses to a given location.

      Parameters

      • book: string

        The English name of the book (e.g. "Numbers")

      • from: string

        The starting verse (e.g. "28:9")

      • numVerses: number

        The number of verses to add; must be nonnegative.

      Returns null | string

      The next verse after adding the specified number of verses, or null if the resulting verse exceeds the number of verses in the book.