Skip to main content

Interface: ReferenceParserConfig

Defined in: Services/ReferenceParser.ts:90

Configuration for ReferenceParser. All fields are optional — English defaults are used when omitted.

Properties

bookNames?

optional bookNames?: Map<string, number>

Defined in: Services/ReferenceParser.ts:92

Map of lowercase book name/abbreviation → book number (1-66).


displayNames?

optional displayNames?: string[]

Defined in: Services/ReferenceParser.ts:94

Display names indexed by (bookNumber - 1). Length should be 66.


singleChapterBooks?

optional singleChapterBooks?: Set<number>

Defined in: Services/ReferenceParser.ts:96

Book numbers that have only one chapter (e.g., Obadiah, Philemon, Jude).