SheetXL - v0.3.20
    Preparing search index...

    Variable isPromiseLikeConst

    isPromiseLike: (obj: any) => boolean

    Checks if the value is a Promise-like object.

    Type declaration

      • (obj: any): boolean
      • Parameters

        • obj: any

        Returns boolean