@pact-toolbox/unplugin
Version:
9 lines (8 loc) • 292 B
TypeScript
import { PluginOptions } from "./types-xu7JMTqY.js";
import { Plugin } from "esbuild";
//#region src/esbuild.d.ts
type Factory = (options?: PluginOptions | undefined) => Plugin;
declare const factory: Factory;
//#endregion
export { factory as default };
//# sourceMappingURL=esbuild.d.ts.map