Skip to main content
Module

x/ts_morph/common/mod.ts>EventContainerSubscription

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
type alias EventContainerSubscription
import { type EventContainerSubscription } from "https://deno.land/x/ts_morph@15.1.0/common/mod.ts";

Event container subscription type

Type Parameters

EventArgType
definition: (arg: EventArgType) => void