defuddle
Version:
Extract article content and metadata from web pages.
9 lines • 603 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.createCleanMathEl = exports.mathRules = void 0;
var math_core_1 = require("./math.core");
Object.defineProperty(exports, "mathRules", { enumerable: true, get: function () { return math_core_1.mathRules; } });
Object.defineProperty(exports, "createCleanMathEl", { enumerable: true, get: function () { return math_core_1.createCleanMathEl; } });
// The actual implementation exports are handled by webpack's alias configuration
// which will point to either math.core.ts or math.full.ts
//# sourceMappingURL=math.js.map
;