@zimic/interceptor
Version:
Next-gen TypeScript-first HTTP intercepting and mocking
10 lines (6 loc) • 475 B
text/typescript
export { default as RunningInterceptorServerError } from './errors/RunningInterceptorServerError';
export { default as NotRunningInterceptorServerError } from './errors/NotRunningInterceptorServerError';
export type { InterceptorServerOptions } from './types/options';
export type { InterceptorServer } from './types/public';
export { DEFAULT_ACCESS_CONTROL_HEADERS, DEFAULT_PREFLIGHT_STATUS_CODE } from './constants';
export { createInterceptorServer } from './factory';