UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, Datadog and other things

4 lines (3 loc) 216 B
import { IInterfaceRequest, IInterfaceResponse } from './types'; declare const defaultErrorHandler: (request: IInterfaceRequest, response: IInterfaceResponse, error: any) => void; export default defaultErrorHandler;