UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

10 lines (6 loc) 231 B
var makeString = require('./helper/makeString'); module.exports = function(str, callback) { str = makeString(str); if (str.length === 0 || typeof callback !== 'function') return str; return str.replace(/./g, callback); };