bunext/dist/functions/bundler/all-pages-bun-bundler.d.ts

6 lines
138 B
TypeScript

type Params = {
target?: "bun" | "browser";
};
export default function allPagesBunBundler(params?: Params): Promise<void>;
export {};