seyfert/src/client/index.ts
2024-03-09 15:49:41 -04:00

5 lines
152 B
TypeScript

export type { RuntimeConfig, RuntimeConfigHTTP } from './base';
export * from './client';
export * from './httpclient';
export * from './workerclient';