UNPKG

dino-express

Version:

DinO enabled REST framework based on express

6 lines (5 loc) 264 B
import { type ApplicationEvent } from './ApplicationEvent'; import { type EventProducerInterface } from './EventProducerInterface'; export declare class NoopEventProducer implements EventProducerInterface { send(applicationEvent: ApplicationEvent): boolean; }