UNPKG

throw-if-missing

Version:
6 lines (4 loc) 101 B
'use strict' module.exports = function (missing) { throw new Error('Missing ' + missing) }