import { ForInStatement } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
Gets this for in statement's initializer.
getParent(): NodeParentType<ts.ForInStatement>
getParentOrThrow(): NonNullable<NodeParentType<ts.ForInStatement>>