Module

x/ts_morph/mod.ts>ClassMemberTypes

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Go to Latest
type alias ClassMemberTypes
import { type ClassMemberTypes } from "https://dotland.deno.dev/x/ts_morph@19.0.0/mod.ts";
definition:
| MethodDeclaration
| PropertyDeclaration
| GetAccessorDeclaration
| SetAccessorDeclaration
| ConstructorDeclaration
| ClassStaticBlockDeclaration