DefineReturn
ts
type DefineReturn = object;Defined in: builder.ts:25
The return type of the markdown builder
Since
1.0.0
Author
Simon Kovtyk
Builder types
toString()
ts
toString(): string;Defined in: builder.ts:34
A function, that will convert every node to string.
Returns
string
All containing elements as string
Since
1.0.0
Author
Simon Kovtyk