platform-bible-utils
    Preparing search index...

    Function getFormatCallerFunction

    • Gets a function that provides a (stable) caller based on a given sequence of textual notes.

      Parameters

      • footnotes: MarkerObject[]

        Sequence of footnotes, cross-references, and/or end-notes.

      • callers: undefined | string[]

        Array of caller symbols, or undefined to use the default sequence, which is the lowercase Roman-script letters as sequenced in the English alphabet.

      Returns (caller: undefined | string, index: number) => undefined | string