@allthings/cloud-toolkit
Version:
Standardizes the setup of aws, Datadog and other things
4 lines (3 loc) • 325 B
TypeScript
import { IInterfaceResponseData, IInterfaceResponseOptions } from '../types';
declare const makeResponseObject: (responseData?: IInterfaceResponseData, body?: string, statusCode?: number, { headers, ...options }?: IInterfaceResponseOptions, contentType?: string) => IInterfaceResponseData;
export default makeResponseObject;