版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. import { Options } from './types.js';
  2. import '@antfu/utils';
  3. import '@rollup/pluginutils';
  4. import 'unimport';
  5. import 'unimport/dist/types-2cb9c8f5';
  6. declare const _default: (options?: Options) => any;
  7. export { _default as default };