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

9 lines
188 B
TypeScript

type Params = {
/**
* Locations of the pages Files.
*/
page_file_paths?: string[];
};
export default function allPagesBundler(params?: Params): Promise<void>;
export {};