UNPKG

type-pubsub

Version:

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

6 lines (5 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PubSub = void 0; var channel_class_1 = require("../channel.class"); exports.PubSub = new channel_class_1.Channel();