UNPKG

@glowstudent/youversion

Version:

A simple module to get the Verse of the Day and any verse you would like.

14 lines 329 B
export declare const getVotd: (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=votd.d.ts.map