This commit is contained in:
Matt Hill
2021-07-21 15:17:16 -06:00
committed by Aiden McClelland
parent 56d7cae16d
commit 3e2e1c92dd
4 changed files with 18 additions and 17 deletions

View File

@@ -2,9 +2,9 @@ import { merge, Observable, of } from 'rxjs'
import { concatMap, finalize, tap } from 'rxjs/operators'
import { Source } from './source/source'
import { Store } from './store'
import { DBCache, HashMap, Http } from './types'
import { DBCache, Http } from './types'
export class PatchDB<T extends HashMap> {
export class PatchDB<T> {
store: Store<T>
constructor (