UNPKG

@fly/cdn

Version:
6 lines (5 loc) 148 B
/** * @module HTTP * @ignore */ export declare function applyReplacements(resp: Response, replacements?: [string, string][]): Promise<Response>;