Skip to main content
Module

x/fresh/src/dev/deps.ts>Node.isNameable

The next-gen web framework.
Extremely Popular
Latest
method Node.isNameable
import { Node } from "https://deno.land/x/fresh@1.7.1/src/dev/deps.ts";

Gets if the node is a NameableNode.

Parameters

node: T | undefined

Returns

node is NameableNode & NameableNodeExtensionType & T