UNPKG

chapter-and-verse

Version:

Given a bible reference, validates it and returns an object with book, chapter, verse and more

8 lines (5 loc) 95 B
const cv = require('./js/cv') const main = str => { return cv(str) } module.exports = main