UNPKG

nest-events

Version:

Welcome to the Nest Events library! This library provides event handling and emitting capabilities for your [NestJS](https://nestjs.com/) applications. With Nest Events, you can easily manage and trigger events within your application, making it simpler t

5 lines (4 loc) 115 B
export * from './module'; export * from './eventbus'; export * from './decorators'; export * from './definitions';