UNPKG

@itwin/presentation-hierarchies

Version:

A package for creating hierarchies based on data in iTwin.js iModels.

9 lines 329 B
import { MonoTypeOperatorFunction } from "rxjs"; /** * This is doing exactly the same as the standard `shareReplay` from `rxjs`, except that * source is not retried on error. * * @internal */ export declare function shareReplayWithErrors<T>(): MonoTypeOperatorFunction<T>; //# sourceMappingURL=ShareReplayWithErrors.d.ts.map