mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:01:24 +00:00
10 lines
268 B
TypeScript
10 lines
268 B
TypeScript
import * as rollup from 'rollup';
|
|
import { Options } from './types.cjs';
|
|
import '@rollup/pluginutils';
|
|
import 'unplugin';
|
|
import '@antfu/utils';
|
|
|
|
declare const _default: (options: Options) => rollup.Plugin<any> | rollup.Plugin<any>[];
|
|
|
|
export { _default as default };
|