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
/
esm
/
utils
/
normalize.d.ts
4 lines
•
269 B
TypeScript
View Raw
1
2
3
4
import
type
{
RetryOptions
}
from
'../types/retry.js'
;
export
declare
const
normalizeRequestMethod
:
(
input
:
string
) =>
string
;
export
declare
const
normalizeRetryOptions
:
(
retry
?:
number
|
RetryOptions
) =>
Required
<
RetryOptions
>;
//# sourceMappingURL=normalize.d.ts.map