Skip to content
Snippets Groups Projects
index.js 272 B
Newer Older
  • Learn to ignore specific revisions
  • Igor Markin's avatar
    Igor Markin committed
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    const PlainNormalizer_1 = require("./PlainNormalizer");
    exports.default = {
        normalizePlain: PlainNormalizer_1.normalizePlainPart,
    
    Igor Markin's avatar
    Igor Markin committed
        cleanupImageText: PlainNormalizer_1.cleanupImageText,
    
    Igor Markin's avatar
    Igor Markin committed
    };