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