UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

6 lines (5 loc) 122 B
export class FastlaneError extends Error { constructor(message: string, public code: number) { super(message) } }