UNPKG

spacylabs-rhino

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