UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

5 lines 258 B
import { switchMap } from './switchMap'; export function switchMapTo(innerObservable, resultSelector) { return resultSelector ? switchMap(() => innerObservable, resultSelector) : switchMap(() => innerObservable); } //# sourceMappingURL=switchMapTo.js.map