UNPKG

fetch-aws4

Version:

Fetch wrap to add AWS v4 signature to the request

5 lines (4 loc) 197 B
import { FetchFunction, V4FetchFunction } from './types'; export declare const wrapper: (fetch: FetchFunction) => V4FetchFunction; declare const _default: V4FetchFunction; export default _default;