UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

11 lines (10 loc) 359 B
/** PURE_IMPORTS_START _mergeMap,_util_identity PURE_IMPORTS_END */ import { mergeMap } from './mergeMap'; import { identity } from '../util/identity'; export function mergeAll(concurrent) { if (concurrent === void 0) { concurrent = Number.POSITIVE_INFINITY; } return mergeMap(identity, concurrent); } //# sourceMappingURL=mergeAll.js.map