UNPKG

quick-event

Version:

quick-event is a TypeScript event library that provides tools that enable your application components to communicate with each other by dispatching events and listening for them. With eventpp you can easily implement signal/slot mechanism, or observer pat

9 lines 249 B
/** * This is the doc comment for file1.ts * * Specify this is a module comment and rename it to my-module: * @module my-module * Specify this is a module comment without renaming it: * @module */ export { MixinFilter } from "./mixin_filter";