UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

5 lines (4 loc) 223 B
import { Experiment } from '../experiment/types'; export declare const resetExperiments: () => void; export declare const EXPERIMENTS: Record<string, Experiment>; export declare const handlers: import("msw").HttpHandler[];