UNPKG

type-pubsub

Version:

TypeScript decorators implementing the Publish/Subscribe pattern for Node.js and browser

3 lines (2 loc) 89 B
import { Channel } from "../channel.class"; export declare const PubSub: Channel<any>;