@gracious.tech/fetch-client
Version:
Interact with a fetch(bible) collection in an API-like way
9 lines (8 loc) • 746 B
TypeScript
export * from '@gracious.tech/bible-references';
export type * from '@gracious.tech/bible-references';
export { BibleClient } from './client.js';
export type { GetPassageOptions, GetTxtOptions, IndividualVerse, BibleBook, BibleBookHtml, BibleBookTxt, BibleBookUsfm, BibleBookUsx, } from './book.js';
export type { BibleClientConfig } from './client.js';
export type { GetLanguagesOptions, GetLanguagesItem, GetTranslationsOptions, GetTranslationsItem, GetBooksOptions, GetBooksItem, GetCompletionReturn, BibleCollection, } from './collection.js';
export type { CrossrefItem, BookCrossref, } from './crossref.js';
export type { UsageConfig, UsageOptions, RuntimeLicense, RuntimeCopyright, RuntimeTranslation, RuntimeManifest, } from './types.js';