UNPKG
cypress-contract-stubs
Version:
latest (0.6.0)
0.6.0
0.5.0
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.0.6
0.0.3
0.0.2
Cypress plugin for Spring Contract Stubs
gcirone/cypress-contract-stubs
cypress-contract-stubs
/
plugin
/
utils
/
promise-retry.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
export
declare
function
wait
(
ms
:
number
):
Promise
<
unknown
>;
export
declare
function
promiseRetry
(
operation
: () =>
Promise
<
any
>,
delay
:
number
,
retries
:
number
):
Promise
<
any
>;