mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Make type imports explicit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import semver from "semver";
|
||||
|
||||
import logger from "./logger";
|
||||
import { Port } from "../messaging";
|
||||
import type { Port } from "../messaging";
|
||||
import * as nativeMessaging from "./nativeMessaging";
|
||||
import options from "./options";
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import logger from "./logger";
|
||||
import options from "./options";
|
||||
|
||||
import { Message, Port } from "../messaging";
|
||||
import type { Message, Port } from "../messaging";
|
||||
|
||||
type DisconnectListener = (port: Port) => void;
|
||||
type MessageListener = (message: Message) => void;
|
||||
|
||||
Reference in New Issue
Block a user