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

    Interface SleepOptions

    interface SleepOptions {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    The signal to abort the sleep.

    睡眠的中止信号