method Node.isConstructorDeclarationimport { Node } from "https://dotland.deno.dev/x/ts_morph@15.1.0/ts_morph.d.ts"; isConstructorDeclaration(node: Node | undefined): node is ConstructorDeclarationGets if the node is a ConstructorDeclaration. Gets if the node is a ConstructorDeclaration. Parametersnode: Node | undefined Node to check. Returnsnode is ConstructorDeclaration