Interface: ReferenceParserConfig
Defined in: Services/ReferenceParser.ts:90
Configuration for ReferenceParser. All fields are optional — English defaults are used when omitted.
Properties
bookNames?
optionalbookNames?:Map<string,number>
Defined in: Services/ReferenceParser.ts:92
Map of lowercase book name/abbreviation → book number (1-66).
displayNames?
optionaldisplayNames?:string[]
Defined in: Services/ReferenceParser.ts:94
Display names indexed by (bookNumber - 1). Length should be 66.
singleChapterBooks?
optionalsingleChapterBooks?:Set<number>
Defined in: Services/ReferenceParser.ts:96
Book numbers that have only one chapter (e.g., Obadiah, Philemon, Jude).