@gracious.tech/bible-references
Version:
Bible reference detection, parsing, and rendering that supports any language.
6 lines (5 loc) • 344 B
TypeScript
export declare const books_ordered: readonly string[];
export declare const book_names_english: Readonly<Record<string, string>>;
export declare const book_abbrev_english: Readonly<Record<string, string>>;
export declare const english_abbrev_include: readonly [string, string][];
export declare const english_abbrev_exclude: readonly string[];