@lamantin/fastpush
Version:
Typed fastlane frontend for pushing builds to store
12 lines • 425 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.progress = void 0;
const ora_1 = __importDefault(require("ora"));
function progress(title) {
return ora_1.default().start(title);
}
exports.progress = progress;
//# sourceMappingURL=progress.js.map