method Node.isConstructorDeclarationimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; isConstructorDeclaration(node: Node | undefined): node is ConstructorDeclarationGets if the node is a ConstructorDeclaration. Gets if the node is a ConstructorDeclaration. Parametersnode: Node | undefinedReturnsnode is ConstructorDeclaration