UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

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