UNPKG

spacylabs-rhino

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