UNPKG

applicationinsights

Version:
16 lines 813 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. // // Inlined type definitions for the Azure Functions v3 (programming model v3) // public surface. These mirror the interfaces previously imported from // `@azure/functions` v3.x (aliased as `@azure/functions-old`) so this SDK can // keep accepting v3-model Context/HttpRequest objects without taking a runtime // dependency on that package. Removing the dependency eliminates the // transitive `uuid@8.x` chain that security scanners flag (MSRC 115880 / // GHSA-w5hq-g745-h8pq). // // Source of truth: @azure/functions@3.5.1 type declarations // (https://github.com/Azure/azure-functions-nodejs-library, MIT). Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=azureFunctionsV3Types.js.map