Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias EventTargetLike.RxJSSubject.Subscription
import { type EventTargetLike } from "https://deno.land/x/evt@v2.4.10/lib/types/EventTargetLike.ts";
const { Subscription } = EventTargetLike.RxJSSubject;
definition: { unsubscribe(): void; }