Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pubsub/pubsub.ts>Constructable

A simple PubSub module for Deno.
Latest
type alias Constructable
import { type Constructable } from "https://deno.land/x/pubsub@0.0.6/pubsub.ts";
definition: { new (): T; }