UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

4 lines (3 loc) 188 B
import { Lane, Argument } from './Lane'; export declare function mapLanesToString(lanes: Lane[]): string; export declare function mapObjectToArgs(object: Record<string, any>): Argument[];