UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, Datadog and other things

4 lines (3 loc) 245 B
import { IInterfaceResponse, IInterfaceResponseData } from '../../types'; declare const setHeader: (response: IInterfaceResponse, responseData: IInterfaceResponseData, key: string, value: string) => IInterfaceResponse; export default setHeader;