mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +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
|
@ -2,11 +2,13 @@ import { DecodeUtf8Stream, GatherStringStream } from "@yume-chan/stream-extra";
|
|||
|
||||
import { AdbCommandBase } from "../base.js";
|
||||
|
||||
import type {
|
||||
AdbSubprocessProtocol,
|
||||
AdbSubprocessProtocolConstructor,
|
||||
} from "./protocols/index.js";
|
||||
import {
|
||||
AdbSubprocessNoneProtocol,
|
||||
AdbSubprocessShellProtocol,
|
||||
type AdbSubprocessProtocol,
|
||||
type AdbSubprocessProtocolConstructor,
|
||||
} from "./protocols/index.js";
|
||||
|
||||
export interface AdbSubprocessOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue