10 lines
242 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import * as esbuild from 'esbuild';
import { Options } from './types.js';
import '@antfu/utils';
import '@rollup/pluginutils';
import 'unplugin';
declare const _default: (options: Options) => esbuild.Plugin;
export { _default as default };