UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

11 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FastlaneError = void 0; class FastlaneError extends Error { constructor(message, code) { super(message); this.code = code; } } exports.FastlaneError = FastlaneError; //# sourceMappingURL=FastlaneError.js.map