UNPKG

sc-prepare-next

Version:
5 lines 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDev = void 0; exports.isDev = process.argv.some((str) => str == "--dev"); //# sourceMappingURL=index.js.map