UNPKG

fetch-aws4

Version:

Fetch wrap to add AWS v4 signature to the request

5 lines (4 loc) 207 B
import { FetchFunction, V4FetchFunction, V4RequestInit } from './types'; import fetch, { wrapper } from './fetch.js'; export default fetch; export { wrapper, FetchFunction, V4FetchFunction, V4RequestInit };