Skip to main content
Module

x/evt/lib/types/index.ts>EventTargetLike.RxJSSubject.Subscription

💧EventEmitter's typesafe replacement
Go to Latest
type alias EventTargetLike.RxJSSubject.Subscription
import { type EventTargetLike } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { Subscription } = EventTargetLike.RxJSSubject;
definition: { unsubscribe(): void; }