Initial commit of working RSS Aggregator build
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
declare const _default: (send: (msg: any) => Promise<void>, receiver: {
|
||||
on: (evt: 'message', cb: (msg: any) => void) => void;
|
||||
}) => void;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user