⚠️ Internal: This API is not publically exported by the package.

      Interface UnderlyingSource<R>

      interface UnderlyingSource {
          cancel?: UnderlyingSourceCancelCallback;
          pull?: UnderlyingSourcePullCallback<R>;
          start?: UnderlyingSourceStartCallback<R>;
          type?: undefined;
      }

      Type Parameters

      • R = any

      Properties

      type?: undefined