import { Node } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Gets if the provided node is a comment node.
Parameters
node: Node | undefined
x/ts_morph/mod.ts>Node.isCommentNode
import { Node } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Gets if the provided node is a comment node.