import { type NameableNodeSpecific } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getNameNode(): Identifier | undefined
Gets the name node if it exists.
getNameNodeOrThrow(): Identifier
Gets the name node if it exists, or throws.