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,6 +1,6 @@
"use strict";
import { TypedEventTarget } from "../../lib/typedEvents";
import { TypedEventTarget } from "../../lib/TypedEventTarget";
import { Receiver } from "../../types";