mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
revert
This commit is contained in:
committed by
Aiden McClelland
parent
56d7cae16d
commit
3e2e1c92dd
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user