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
/
index.js
4 lines
•
120 B
JavaScript
View Raw
1
2
3
4
import
fetch, { wrapper }
from
'./fetch.js'
;
export
default
fetch;
export
{ wrapper };
//# sourceMappingURL=index.js.map