UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

3 lines (2 loc) 231 B
export const selectExceptionFilterMetadata = (filters, exception) => filters.find(({ exceptionMetatypes }) => !exceptionMetatypes.length || exceptionMetatypes.some(ExceptionMetaType => exception instanceof ExceptionMetaType));