lifecycle-utils
    Preparing search index...

    Type Alias AbortablePromiseCleanup

    AbortablePromiseCleanup: (resolved: boolean) => void

    Cleans up resources associated with a AbortablePromise.

    Type Declaration

      • (resolved: boolean): void
      • Parameters

        • resolved: boolean

          true if the executor called resolve, and false otherwise

        Returns void