download
raw
471 Bytes
import type { LogHandler, MergedRollupOptions, RollupLog } from './rollup';
export interface BatchWarnings {
add: (warning: RollupLog) => void;
readonly count: number;
flush: () => void;
log: LogHandler;
readonly warningOccurred: boolean;
}
export type LoadConfigFile = typeof loadConfigFile;
export function loadConfigFile(
fileName: string,
commandOptions: any,
watchMode?: boolean
): Promise<{
options: MergedRollupOptions[];
warnings: BatchWarnings;
}>;

Xet Storage Details

Size:
471 Bytes
·
Xet hash:
0441a93fdb20be60345ed895f264f9b50326b1d31453cfe7f171c7deec3d5b22

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.