UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

5 lines (4 loc) 100 B
/** * Parse file to json */ export declare function parseFile<T = any>(file: string): Promise<T>;