UNPKG

@senacor/azure-function-middleware

Version:

Middleware for azure functions to handle authentication, authorization, error handling and logging

4 lines (3 loc) 199 B
import { InvocationContext } from '@azure/functions'; import { Options } from '../middleware'; export declare const errorHandler: (error: unknown, context: InvocationContext, opts?: Options) => any;