@glowstudent/youversion
Version:
A simple module to get the Verse of the Day and any verse you would like.
14 lines • 347 B
TypeScript
export declare function getVerseOfTheDay(lang?: string): Promise<{
citation: string;
passage: any;
images: String[];
version: any;
image?: undefined;
} | {
citation: String;
passage: String;
image: String[];
version: undefined;
images?: undefined;
} | undefined>;
//# sourceMappingURL=verseOfTheDay.d.ts.map