8 lines
216 B
TypeScript
Raw Permalink Normal View History

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