method Node.isParameterDeclarationimport { Node } from "https://dotland.deno.dev/x/fresh@1.1.1/src/dev/deps.ts"; isParameterDeclaration(node: Node | undefined): node is ParameterDeclarationGets if the node is a ParameterDeclaration. Gets if the node is a ParameterDeclaration. Parametersnode: Node | undefined Node to check. Returnsnode is ParameterDeclaration