UNPKG

@squareboat/nest-events

Version:

The event listener package for your NestJS Applications

7 lines (6 loc) 242 B
import { GenericFunction } from "./interfaces"; export declare class EventMetadata { private static store; static addListener(event: string, target: () => void): void; static getListeners(event: string): Array<GenericFunction>; }