UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

9 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.warn = void 0; const chalk = require("chalk"); function warn(text) { console.warn(chalk.yellow(text)); } exports.warn = warn; //# sourceMappingURL=warn.js.map