@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias PlatformSetTimeout

    PlatformSetTimeout: (
        ...args: Parameters<typeof globalThis.setTimeout>,
    ) => ReturnType<typeof globalThis.setTimeout>

    Type Declaration

      • (
            ...args: Parameters<typeof globalThis.setTimeout>,
        ): ReturnType<typeof globalThis.setTimeout>
      • Parameters

        • ...args: Parameters<typeof globalThis.setTimeout>

        Returns ReturnType<typeof globalThis.setTimeout>