UNPKG

berea

Version:

A promise-wrapped library and ORM for using https://scripture.api.bible

10 lines (9 loc) 219 B
"use strict"; /** * enum for kinds of media for the bible (text or audio) * * @readonly * @enum {string} */ const BibleTypes = new Map([['text', 'bibles'], ['audio', 'audio-bibles']]); module.exports = BibleTypes;