UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

4 lines (3 loc) 212 B
import { IInterfaceRequest, IInterfaceResponseData } from '../../types'; declare const compress: (response: IInterfaceResponseData, request: IInterfaceRequest) => IInterfaceResponseData; export default compress;