@glowstudent/youversion
Version:
A simple module to get the Verse of the Day and any verse you would like.
12 lines • 343 B
TypeScript
export declare const getVerse: (book: string, chapter: string, verses: string, version: string) => Promise<{
code: number;
message: string;
citation?: undefined;
passage?: undefined;
} | {
citation: string;
passage: any;
code?: undefined;
message?: undefined;
} | undefined>;
//# sourceMappingURL=verse.d.ts.map