mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
feat: convert to Node.js compatible ES Module
This commit is contained in:
parent
730aac8da2
commit
d9212b4dac
94 changed files with 429 additions and 466 deletions
|
@ -1,4 +1,4 @@
|
|||
import { AdbCommandBase } from './base';
|
||||
import { AdbCommandBase } from './base.js';
|
||||
|
||||
export class AdbTcpIpCommand extends AdbCommandBase {
|
||||
public async setPort(port: number): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue