formatters.js 213 Bytes
"use strict";
function __export(m) {
    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require("./language/formatter/abstractFormatter"));
__export(require("./formatters/index"));