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

    Interface _Node

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

    Properties

    Properties

    next: _Node | null
    value: () => void