Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ink/tsdom/tsdom.ts>Node

Terminal string color for Deno
Latest
class Node
Abstract
import { Node } from "https://deno.land/x/ink@1.3/tsdom/tsdom.ts";

Node Class as base class for TextNode and HTMLElement.

Properties

childNodes
nodeType: NodeType
rawText: string
text: string

Methods

abstract
toString(): String