UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

7 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isProduction = isProduction; function isProduction() { return process.env.NODE_ENV === "production"; } //# sourceMappingURL=is-production.js.map