Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias EventTargetLike.RxJSSubject.Subscription
import { type EventTargetLike } from "https://deno.land/x/evt@v2.4.8/lib/types/EventTargetLike.ts";
const { Subscription } = EventTargetLike.RxJSSubject;
definition: { unsubscribe(): void; }