Type Alias TwingAutoEscapeNodeAttributes

TwingAutoEscapeNodeAttributes: TwingBaseNodeAttributes & {
    strategy: TwingEscapingStrategy | string | false;
}