R
fn

nodeInline

tested

Inline content of a node, or `[]` when the node is not a text block.

Signature

ts
export function nodeInline(node: Node): Inline{ ... }

Parameters

ParameterTypeDescription
nodeNode

Returns

Inline