@fly/cdn
Version:
Fly's TypeScript CDN
12 lines (11 loc) • 304 B
TypeScript
/**
* @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>;