UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

4 lines (3 loc) 154 B
/// <reference types="node" /> import * as http from "http"; export declare function ignoreOutgoingRequestHook(request: http.RequestOptions): boolean;