Skip to content
Snippets Groups Projects
index.js 214 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,
    };