UNPKG

@azure/monitor-opentelemetry

Version:
12 lines 392 B
/** * An ESM module loader for Azure Function Core. * @returns The Azure Functions Core module if it exists, otherwise undefined */ export declare function loadAzureFunctionCore(): ReturnType<typeof require>; /** * A polyfill for __dirname in ESM. * * @returns The directory name of the current module. */ export declare function dirName(): string; //# sourceMappingURL=module.d.ts.map