UNPKG

tra-typed-fetch

Version:

A package that implements common http requests using fetch, allowing for typed responses with typescript

11 lines (10 loc) 191 B
export declare enum RequestMethod { Get = "GET", Destroy = "DELETE", Patch = "PATCH", Put = "PUT", Post = "POST" } export declare enum RequestParams { Body = "body" }