mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 18:39:17 +00:00
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
import { Options } from './types.cjs';
|
|
import '@antfu/utils';
|
|
import '@rollup/pluginutils';
|
|
import 'unimport';
|
|
|
|
declare const _default: (options?: Options) => any;
|
|
|
|
export { _default as default };
|