UNPKG
pact-web
Version:
latest (4.3.2)
4.3.2
4.3.1
4.2.1
4.0.0
3.0.1
2.7.0
2.6.0
2.5.0
2.4.2
2.3.4
0.0.1
Pact for the browser
docs.pact.io/documentation/javascript.html
pact-foundation/pact-js
pact-web
/
dsl
/
verifier.d.ts
3 lines
(2 loc)
•
84 B
TypeScript
View Raw
1
2
3
declare
function
verifyProvider
(
opts
:
any
):
Promise
<
void
>;
export
= verifyProvider;