@bible-help/bible-book-data
Version:
Get the books of the Bible, their OSIS codes, and their chapters and verses.
6 lines • 398 B
TypeScript
export declare function bookNameToOsisBook(bookName: string): string | null;
export declare function osisBookToBookName(osis: string): string | null;
export declare function isValidOsisBook(osis: string): boolean;
export declare function getAllOsisBooks(): string[];
export declare function getAllBookNames(): string[];
export declare function replaceBookNamesWithOsis(text: string): string | null;