UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

9 lines (8 loc) 146 B
export type Option<T = string> = { flag?: string name: string description: string placeholder: string default: T required?: boolean }