import { ArrowFunction } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getEqualsGreaterThan(): Node<ts.Token<SyntaxKind.EqualsGreaterThanToken>>
Gets the equals greater than token of the arrow function.
getParent(): NodeParentType<ts.ArrowFunction>
getParentOrThrow(): NonNullable<NodeParentType<ts.ArrowFunction>>