import { ParameterDeclaration } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.ParameterDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ParameterDeclaration>>
isParameterProperty(): boolean
Gets if this is a property with a scope, readonly, or override keyword (found in class constructors).