UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

7 lines (6 loc) 175 B
function throwIf(condition, message) { if (condition) { console.log(message); process.exit(1); } }export{throwIf};//# sourceMappingURL=throw-if.js.map