UNPKG
unmock-browser
Version:
latest (0.3.18)
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
Unmock for browser and React Native
github.com/unmock/unmock-js
unmock/unmock-js
unmock-browser
/
dist
/
browser-interceptor.d.ts
7 lines
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IInterceptorOptions
}
from
"unmock-core/dist/interceptor"
;
export
declare
class
BrowserInterecptor
{
private
readonly
config;
constructor
(
options
:
IInterceptorOptions
);
disable
():
void
; }
//# sourceMappingURL=browser-interceptor.d.ts.map