import { Node } from "https://dotland.deno.dev/x/ts_morph@17.0.1/mod.ts";
Gets if the node is a FunctionLikeDeclaration.
Type Parameters
T extends Node
Returns
node is FunctionLikeDeclaration & FunctionLikeDeclarationExtensionType & T
x/ts_morph/mod.ts>Node.isFunctionLikeDeclaration
import { Node } from "https://dotland.deno.dev/x/ts_morph@17.0.1/mod.ts";
Gets if the node is a FunctionLikeDeclaration.