UNPKG

eploy2

Version:

Easy deployment for any programming languages and also transfer the files to a server instantly with a single command

7 lines 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (message, exit) { console.error(message); exit && process.exit(1); }); //# sourceMappingURL=error.js.map