UNPKG

191 BTypeScriptView Raw
1import { HashConstructor, HttpRequest } from "@aws-sdk/types";
2
3export declare const getPayloadHash: ({ headers, body }: HttpRequest, hashConstructor: HashConstructor) => Promise<string>;