UNPKG

232 BTypeScriptView Raw
1import { BuildContext } from './interfaces';
2export declare function copySourcemaps(context: BuildContext, shouldPurge: boolean): Promise<any[]>;
3export declare function purgeSourceMapsIfNeeded(context: BuildContext): Promise<any>;