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