UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

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