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

PubSub.Topic

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

const { Topic } = PubSub;

The topic.

type Topic = symbol | string;

§Type

§
symbol | string
[src]