UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

7 lines (6 loc) 241 B
import { Lane } from "../Lane"; export declare type IOSLane = Lane & { type: 'ios'; }; export declare function ios(lanes: IOSLane[]): Promise<void>; export declare function ios(lanes: IOSLane[], projectDirectory: string): Promise<void>;