method Node.isParameterDeclarationimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/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 | undefinedReturnsnode is ParameterDeclaration