// LICENSE : MIT "use strict"; import { TextProcessor } from "./TextProcessor.js"; export default { Processor: TextProcessor };