@zendesk/laika
Version:
Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!
42 lines (40 loc) • 966 B
text/typescript
/**
* See: [how to install in your project](pathname:///docs/how-to-install)
* @packageDocumentation
* @module @zendesk/laika
*/
export { createLazyLoadableLaikaLink } from './createLazyLoadableLaikaLink'
export { createLazyLoadableLink } from './createLazyLoadableLink'
export type { InterceptApi, Laika, LogApi } from './laika'
export type {
Behavior,
CreateLaikaLinkOptions,
EventFilterFn,
FetchResult,
FetchResultSubscriptionObserver,
InterceptorFn,
ManInTheMiddleFn,
Matcher,
MatcherFn,
MatcherObject,
NextLink,
OnSubscribe,
OnSubscribeCallback,
Operation,
OperationObserverCallback,
PassthroughDisableFn,
PassthroughEnableFn,
RecordingElement,
RecordingElementWithFixtureData,
RecordingElementWithFixtureMeta,
RecordingMarker,
RecordingPoint,
RecordingPointWithFixtureData,
RecordingPointWithFixtureMeta,
Result,
ResultFn,
ResultOrFn,
SubscribeMeta,
Subscription,
Variables,
} from './typedefs'