UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

4 lines (3 loc) 246 B
import { IInterfaceRequest, IInterfaceRequestV2 } from '../../types'; declare const normalizeHeaders: ({ headers, ...request }: IInterfaceRequest | IInterfaceRequestV2) => IInterfaceRequest | IInterfaceRequestV2; export default normalizeHeaders;