Convert mirroringCast sender to typescript

This commit is contained in:
hensm
2019-06-14 13:39:28 +01:00
parent 0427e08b6a
commit bfc09376d1
7 changed files with 123 additions and 66 deletions

View File

@@ -27,7 +27,7 @@ export function init (): Promise<BridgeInfo> {
resolve(bridgeInfo);
}
}
})
});
});
}