UNPKG
logoid
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Comprehensive typescript logging library
github.com/sripad/logoid
sripad/logoid
logoid
/
src
/
watchers
/
watcher.ts
10 lines
(6 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
BroadcastLog
}
from
"../broadcast"
;
export
interface
Watcher
{
setBroadcasts
(
broadcasts
:
BroadcastLog
[]):
void
;
install
():
void
;
uninstall
():
void
; }