@pengzhanbo/utils - v3.12.0
    Preparing search index...

    Interface _Node

    interface _Node {
        next: _Node | null;
        value: () => void;
    }
    Index
    next: _Node | null
    value: () => void