UNPKG

@mswjs/interceptors

Version:

Low-level HTTP/HTTPS/XHR/fetch request interception library.

10 lines (8 loc) 323 B
export * from './glossary' export * from './Interceptor' export * from './BatchInterceptor' /* Utils */ export { createRequestId } from './createRequestId' export { getCleanUrl } from './utils/getCleanUrl' export { encodeBuffer, decodeBuffer } from './utils/bufferUtils' export { FetchResponse } from './utils/fetchUtils'