@wdprlib/decompiler
    Preparing search index...

    Type Alias ChildrenRecognizer

    ChildrenRecognizer: (node: DomElement) => Element[]

    Function signature that converts child DOM nodes into AST elements.

    Type Declaration

      • (node: DomElement): Element[]
      • Parameters

        • node: DomElement

        Returns Element[]