UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

3 lines (2 loc) 150 B
export declare const incrementTypes: readonly ["none", "patch", "minor", "major"]; export declare type IncrementType = typeof incrementTypes[number];