svelte-ast-print - v0.6.0
    Preparing search index...
    interface Fragment {
        nodes: (Comment | Text | Block | ElementLike | Tag)[];
        type: "Fragment";
    }
    Index

    Properties

    Properties

    nodes: (Comment | Text | Block | ElementLike | Tag)[]
    type: "Fragment"