UNPKG

jsm-core

Version:
7 lines (6 loc) 281 B
/** * Originally taken from 'w3tecch/express-typescript-boilerplate' * Credits to the author */ export declare function EventDispatcher(): (object: any, propertyName: string, index?: number) => void; export { EventDispatcher as EventDispatcherInterface } from 'event-dispatch';