UNPKG

@fly/cdn

Version:
12 lines (11 loc) 304 B
/** * @module Backends */ /** * A useful fetch-like function for debugging. Echos request information * as a JSON response. * @hidden * @param req The request to echo * @param init Request init information */ export declare function echo(req: RequestInfo, init?: RequestInit): Promise<Response>;