UNPKG

presta

Version:

Hyper minimal framework for the modern web.

4 lines (3 loc) 188 B
import { Response as LambdaResponse } from 'lambda-types'; import type { Response } from '../core'; export declare function normalizeResponse(response: Response | string): LambdaResponse;