bunext/dist/functions/bundler/all-pages-esbuild-context-bundler.d.ts
2026-03-23 07:42:00 +01:00

8 lines
206 B
TypeScript

type Params = {
post_build_fn?: (params: {
artifacts: any[];
}) => Promise<void> | void;
};
export default function allPagesESBuildContextBundler(params?: Params): Promise<void>;
export {};