import * as incremental from './incremental-patcher'
export {incremental}
export type * from './patch'
export {applyPatch} from './simple-patcher'
