export { Affix } from './lib/affix.abstract';
export { Prefix } from './lib/prefix.class';
export { Suffix } from './lib/suffix.class';
