mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
chore: prefer top-level type import
Prepare for TypeScript 5.0 verbatimModuleSyntax option
This commit is contained in:
parent
2c5282bc41
commit
6f1be248fb
81 changed files with 345 additions and 404 deletions
|
@ -7,11 +7,8 @@ import {
|
|||
} from "@yume-chan/stream-extra";
|
||||
import Struct from "@yume-chan/struct";
|
||||
|
||||
import { type Adb } from "../adb.js";
|
||||
import {
|
||||
type AdbIncomingSocketHandler,
|
||||
type AdbSocket,
|
||||
} from "../socket/index.js";
|
||||
import type { Adb } from "../adb.js";
|
||||
import type { AdbIncomingSocketHandler, AdbSocket } from "../socket/index.js";
|
||||
import { decodeUtf8 } from "../utils/index.js";
|
||||
|
||||
export interface AdbForwardListener {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue