our own json patch lib and everything working

This commit is contained in:
Matt Hill
2021-07-09 14:37:16 -06:00
committed by Aiden McClelland
parent bddbc850ab
commit 2db0449d12
7 changed files with 323 additions and 2190 deletions

View File

@@ -4,8 +4,6 @@ import { Source } from './source/source'
import { Store } from './store'
import { DBCache, Http } from './types'
export { Operation } from 'fast-json-patch'
export class PatchDB<T> {
store: Store<T>