UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

14 lines (13 loc) 539 B
/** PURE_IMPORTS_START _InnerSubscriber,_subscribeTo PURE_IMPORTS_END */ import { InnerSubscriber } from '../InnerSubscriber'; import { subscribeTo } from './subscribeTo'; export function subscribeToResult(outerSubscriber, result, outerValue, outerIndex, destination) { if (destination === void 0) { destination = new InnerSubscriber(outerSubscriber, outerValue, outerIndex); } if (destination.closed) { return; } return subscribeTo(result)(destination); } //# sourceMappingURL=subscribeToResult.js.map