export { transformNonTextNodesToText, applyMarkOnRange, toggleMark } from './commands'; export { entireSelectionContainsMark } from './entireSelectionContainsMark'; export { filterChildrenBetween } from './filterChildrenBetween'; export { removeMark } from './removeMark'; export { anyMarkActive } from './anyMarkActive'; export { isMarkAllowedInRange } from './isMarkAllowedInRange'; export { isMarkExcluded } from './isMarkExcluded'; export { wholeSelectionHasMarks } from './text-formatting';