@resee-movies/utilities - v0.8.0
    Preparing search index...

    Function isPromiseLike

    • Type-guard that checks whether an object looks like a promise; namely, that it has a then() method.

      Type Parameters

      • T

      Parameters

      • obj: unknown

      Returns obj is PromiseLike<T>