@pact-toolbox/unplugin
Version:
9 lines (8 loc) • 294 B
text/typescript
import { PluginOptions } from "./types-DNoqi4ZG.cjs";
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.cts.map