Skip to content

Node

ts
type Node = object;

Defined in: builder.ts:8

Represents an element of markdown

Since

1.0.0

Author

Simon Kovtyk

Methods

toString()

ts
toString(): string;

Defined in: builder.ts:16

A function, that wraps the element in a string

Returns

string

element as string

Since

1.0.0

Author

Simon Kovtyk