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