UNPKG
@smeijer/ky
Version:
latest (1.8.2)
1.8.2
1.8.1
1.7.2
1.7.2-pre.1
1.7.2-pre
0.33.3
0.33.3-pre.3
0.33.3-pre.2
0.33.3-pre.1
Tiny and elegant HTTP client based on the Fetch API
github.com/smeijer/ky
smeijer/ky
@smeijer/ky
/
dist
/
commonjs
/
types
/
response.d.ts
4 lines
•
127 B
TypeScript
View Raw
1
2
3
4
export
type
KyResponse
<T =
unknown
> = {
json
: <J = T>
() =>
Promise
<J>; } &
Response
;
//# sourceMappingURL=response.d.ts.map