UNPKG
steadybit
Version:
latest (4.3.3)
4.3.3
4.3.2
4.3.1
4.3.0
4.2.28
4.2.27
4.2.26
4.2.25
4.2.24
4.2.23
4.2.22
4.2.21
4.2.20
4.2.19
4.2.18
4.2.17
4.2.16
4.2.15
4.2.14
4.2.13
4.2.12
4.2.11
4.2.10
4.2.9
4.2.8
4.2.7
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.2
2.8.1
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Command-line interface to interact with the Steadybit API
github.com/steadybit/cli
steadybit/cli
steadybit
/
dist
/
mocks
/
handlers.d.ts
6 lines
(5 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
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
[];