UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 244 B
import type { AdditionalRequestParameters } from "./fetch-http-handler"; /** * @internal * For mocking/interception. */ export declare function createRequest(url: string, requestOptions?: RequestInit & AdditionalRequestParameters): Request;