import { Identifier } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
Gets the implementations of the identifier.
This is similar to "go to implementation."
getParent(): NodeParentType<ts.Identifier>
getParentOrThrow(): NonNullable<NodeParentType<ts.Identifier>>