tguard-js
    Preparing search index...

    Function isPromiseLike

    • Checks if the given value is a Promise-like object.

      Parameters

      • x: unknown

        The value to check.

      Returns x is PromiseLike<unknown>

      true if the value is a Promise-like object, otherwise false.

      1.0