UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

12 lines 420 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.error = void 0; const chalk_1 = __importDefault(require("chalk")); function error(title) { console.error(chalk_1.default.red(title)); } exports.error = error; //# sourceMappingURL=error.js.map