UNPKG

populist

Version:

A JavaScript module loader that gives the people what they want

8 lines (6 loc) 120 B
function ok(condition, message) { if (!condition) { throw new Error(message); } } module.exports = ok.ok = ok;