UNPKG

@typed/http

Version:

HTTP requests for node and browsers

4 lines 221 B
import { Either } from '@typed/either'; import { HttpResponse } from './types'; export declare function toJson<A = unknown>(response: Either<Error, HttpResponse<A>>): Either<Error, A>; //# sourceMappingURL=toJson.d.ts.map