UNPKG

referenceparser

Version:

Parse a verse reference string to match for a book, chapter and verse

7 lines (6 loc) 165 B
declare type bookWithNameForms = { name: string; forms: string[]; }; declare const generousBookNames: bookWithNameForms[]; export default generousBookNames;