UNPKG

spacylabs-rhino

Version:
8 lines (6 loc) 140 B
const DVFError = require('../dvf/DVFError') module.exports = (dvf, cid) => { if (!cid) { throw new DVFError('ERR_INVALID_CID') } }