UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

5 lines (4 loc) 222 B
import { FastpushResult } from './cli/fastpush'; import { Hooks } from './cli/hooks'; export declare const defaultHooks: Hooks; export declare function publish(options: FastpushResult, passedHooks?: Hooks): Promise<void>;