Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PubSub

import { PubSub } from "https://raw.githubusercontent.com/i-xi-dev/pubsub.es/2.0.2/mod.ts";

The topic-based Pub/Sub

§Classes

PubSub.Broker

The message broker.

§Type Aliases

PubSub.SubscriptionOptions

The object with the following optional fields.

PubSub.Topic

The topic.