UNPKG

169 BTypeScriptView Raw
1export interface OutputHashFormat {
2 bundle: string;
3 chunk: string;
4 extractedAssets: string;
5}
6export declare const outputHashFormat: OutputHashFormat;