Skip to content
Snippets Groups Projects
index.ts 171 B
Newer Older
  • Learn to ignore specific revisions
  • import { normalizePlainPart, cleanupImageText } from "./PlainNormalizer";
    
    
    export default {
      normalizePlain: normalizePlainPart,
    
      cleanupImageText: cleanupImageText,