Add typed messaging

This commit is contained in:
hensm
2020-02-18 07:37:20 +00:00
parent 652fd21f77
commit 2eeaff4c15
19 changed files with 431 additions and 227 deletions

View File

@@ -1,9 +1,9 @@
"use strict";
import * as cast from "./cast";
import { Message } from "../lib/messaging";
import { BridgeInfo } from "../lib/bridge";
import { Message } from "../types";
import { onMessage
, onMessageResponse