UNPKG

220 BTypeScriptView Raw
1import { ExceptionFilterMetadata } from '../interfaces/exceptions';
2export declare const selectExceptionFilterMetadata: <T = any>(filters: ExceptionFilterMetadata[], exception: T) => ExceptionFilterMetadata | undefined;