UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

8 lines (7 loc) 194 B
import { Datatype } from './files'; export interface Options { key: string; file?: string; type?: Datatype; } export declare function getExperiment(options: Options): Promise<void>;