mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
chore: add prettier and reformat lib
This commit is contained in:
@@ -4,5 +4,5 @@ import { Update } from '../types'
|
||||
import { RPCResponse } from './ws-source'
|
||||
|
||||
export interface Source<T> {
|
||||
watch$ (store?: Store<T>): Observable<RPCResponse<Update<T>>>
|
||||
watch$(store?: Store<T>): Observable<RPCResponse<Update<T>>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user