UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

9 lines (6 loc) 143 B
'use strict' var scan = require('./scan') var parse = require('./parse') module.exports = function (source) { return parse(scan(source)) }