@pleisto/active-support
    Preparing search index...

    Variable isPromiseConst

    isPromise: (value: any) => value is Promise<any>

    This is really a best guess promise checking. You should probably use Promise.resolve(value) to be 100% sure you're handling it correctly.

    Type declaration

      • (value: any): value is Promise<any>
      • Parameters

        • value: any

        Returns value is Promise<any>