UNPKG

@ionic/app-scripts

Version:
4 lines (3 loc) 232 B
import { BuildContext } from './interfaces'; export declare function copySourcemaps(context: BuildContext, shouldPurge: boolean): Promise<any[]>; export declare function purgeSourceMapsIfNeeded(context: BuildContext): Promise<any>;