@jager-ai/holy-bible-api
Version:
성경 구절 검색 및 슬래시 명령어 지원 API 모듈
6 lines • 378 B
TypeScript
import { BibleBook, BibleAbbreviationMap } from '../types/Bible';
export declare const BIBLE_BOOKS: BibleBook[];
export declare const BIBLE_ABBREVIATIONS: BibleAbbreviationMap;
export declare function getBibleBook(nameOrAbbr: string): BibleBook | undefined;
export declare function normalizeBibleReference(reference: string): string;
//# sourceMappingURL=BibleStructure.d.ts.map