chore: add prettier and reformat lib

This commit is contained in:
waterplea
2022-07-24 17:53:24 +03:00
committed by Matt Hill
parent c7006e0eb2
commit 2fef1e572c
12 changed files with 2600 additions and 112 deletions

View File

@@ -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>>>
}