Perseus
    Preparing search index...
    type HtmlRules = {
        Array?: { html: ArrayNodeOutput<string> };
        readonly [type: string]: ParserRule & HtmlOutputRule;
    }

    Indexable

    Index

    Properties

    Properties

    Array?: { html: ArrayNodeOutput<string> }