UNPKG

@experium/nest-bruteforce-guard

Version:
7 lines (6 loc) 242 B
import { AbstractExceptionCatcher } from './abstract-exception.catcher'; export declare class ExceptionCatcherRegistry { private catchers; register(catcher: AbstractExceptionCatcher): void; getAll(): AbstractExceptionCatcher[]; }