UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

5 lines (4 loc) 121 B
export interface Options { key: string; } export declare function deleteExperiment(options: Options): Promise<void>;