UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

4 lines (3 loc) 187 B
import { IInterfaceResponseData } from '../../types'; declare const contentLengthHeader: (response: IInterfaceResponseData) => IInterfaceResponseData; export default contentLengthHeader;