4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
type Params = {};
|
|
export default function allPagesESBuildContextBundler(params?: Params): Promise<void>;
|
|
export {};
|