import { Node } from "https://deno.land/x/fresh@1.3.1/src/dev/deps.ts";
Gets if the node is a ConstructorDeclaration.
Parameters
node: Node | undefined
- Node to check.
import { Node } from "https://deno.land/x/fresh@1.3.1/src/dev/deps.ts";
Gets if the node is a ConstructorDeclaration.