UNPKG

@squareboat/nest-events

Version:

The event listener package for your NestJS Applications

7 lines (6 loc) 314 B
export declare const JOB_NAME = "__JOB_NAME__"; export declare const JOB_OPTIONS = "__JOB_OPTIONS__"; export declare function Job(job: string, options?: {}): (target: Record<string, any>, propertyKey: string) => void; export declare class EventQueueWorker { handle(data: Record<string, any>): Promise<void>; }