method Node.isNodeimport { Node } from "https://deno.land/x/fresh@1.6.1/src/dev/deps.ts"; isNode(value: unknown): value is NodeGets if the provided value is a Node. Gets if the provided value is a Node. Parametersvalue: unknownReturnsvalue is Node