版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. import * as esbuild from 'esbuild';
  2. import { Options } from './types.js';
  3. import '@rollup/pluginutils';
  4. import 'unplugin';
  5. import '@antfu/utils';
  6. declare const _default: (options: Options) => esbuild.Plugin;
  7. export { _default as default };