UNPKG
@mongez/gnz
Version:
latest (7.0.4)
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.0.24
5.0.22
5.0.21
5.0.20
5.0.19
5.0.18
5.0.17
5.0.16
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Generator Z, the next generation of scaffolding tools.
hassanzohdy/mongez-gnz
@mongez/gnz
/
cjs
/
utils
/
throw-if.js
7 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
function
throwIf
(
condition, message
) {
if
(condition) {
console
.
log
(message); process.
exit
(
1
); } }
exports
.
throwIf
=throwIf;
//# sourceMappingURL=throw-if.js.map