bunext/dist/functions/server/rebuild-bundler.d.ts

6 lines
136 B
TypeScript

type Params = {
target_file_paths?: string[];
};
export default function rebuildBundler(params?: Params): Promise<void>;
export {};