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