Options for fetching scripture text.

interface ScriptureOptions {
    separator?: string;
    withVerseNumbers?: boolean;
}

Properties

separator?: string
withVerseNumbers?: boolean