UNPKG
fetch-aws4
Version:
latest (3.0.0)
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.1
1.0.0
Fetch wrap to add AWS v4 signature to the request
github.com/abdala/fetch-aws4
abdala/fetch-aws4
fetch-aws4
/
dist
/
fetch.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
import
{
FetchFunction
, V4FetchFunction }
from
'./types'
;
export
declare
const
wrapper
:
(
fetch
:
FetchFunction
) =>
V4FetchFunction;
declare
const
_default
: V4FetchFunction;
export
default
_default;