export * as incremental from './incremental-patcher'
export {RawPatch, RawOperation} from './patch'
export {applyPatch} from './simple-patcher'
