@equinor/fusion-framework-vite-plugin-api-service
Version:
Vite plugin for proxying service discovery and mocking
9 lines (6 loc) • 441 B
text/typescript
export { default, plugin, type PluginOptions, type PluginArguments } from './api-service-plugin.js';
export { createRouteMatcher, type Matcher, type MatchResult } from './create-route-matcher.js';
export { createProxyHandler, type ApiDataProcessor } from './create-proxy-handler.js';
export { createResponseInterceptor } from './create-response-interceptor.js';
export { DEFAULT_VALUES } from './constants.js';
export * from './types.js';