Skip to content

Response.variables.make

fx-fetch


fx-fetch / Response / make

const make: (…a) => Option<Response>

Defined in: packages/fx-fetch/src/Response/make.ts:12

Creates a Response from the given input, returning None if the input is invalid.

…[Input]

Option<Response>

0.1.0