import { ArrowFunction } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts";
Methods
getEqualsGreaterThan(): Node<ts.Token<SyntaxKind.EqualsGreaterThanToken>>
Gets the equals greater than token of the arrow function.
getParent(): NodeParentType<ts.ArrowFunction>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ArrowFunction>>