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