Refactor native messaging wrapper

This commit is contained in:
hensm
2022-08-14 01:33:35 +01:00
parent 9f719132bf
commit c06c9e59a9
2 changed files with 87 additions and 115 deletions

View File

@@ -4,7 +4,7 @@ import semver from "semver";
import logger from "./logger";
import { Port } from "../messaging";
import nativeMessaging from "./nativeMessaging";
import * as nativeMessaging from "./nativeMessaging";
import options from "./options";
export const BRIDGE_TIMEOUT = 5000;