Use Messenger class and move messaging module to top-level

This commit is contained in:
hensm
2020-08-11 05:38:07 +01:00
parent 01e30bca58
commit c608596edd
13 changed files with 56 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ import logger from "../../lib/logger";
import options from "../../lib/options";
import cast, { ensureInit } from "../../shim/export";
import { Message } from "../../lib/messaging";
import { Message } from "../../messaging";
import { Receiver } from "../../types";