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

    Interface SleepOptions

    interface SleepOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    The signal to abort the sleep.

    睡眠的中止信号