Type Alias TextOptions

TextOptions: {
    deep?: boolean;
}

Options for getting the text content of a node.

Type declaration

  • Optionaldeep?: boolean

    Whether to get the text of the children too.