UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

5 lines 208 B
import { iterator as Symbol_iterator } from '../symbol/iterator'; export function isIterable(input) { return input && typeof input[Symbol_iterator] === 'function'; } //# sourceMappingURL=isIterable.js.map