UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

2 lines (1 loc) 121 B
export declare function select<T = string>(title: string, items: T[], extractTitle?: (item: T) => string): Promise<T[]>;