mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +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,9 +1,9 @@
|
|||
import { PromiseResolver } from '@yume-chan/async';
|
||||
import type { Disposable } from '@yume-chan/event';
|
||||
import type { ValueOrPromise } from '@yume-chan/struct';
|
||||
import { calculatePublicKey, calculatePublicKeyLength, sign } from './crypto';
|
||||
import { AdbCommand, AdbPacket, type AdbPacketCore } from './packet';
|
||||
import { calculateBase64EncodedLength, encodeBase64 } from './utils';
|
||||
import { calculatePublicKey, calculatePublicKeyLength, sign } from './crypto.js';
|
||||
import { AdbCommand, AdbPacket, type AdbPacketCore } from './packet.js';
|
||||
import { calculateBase64EncodedLength, encodeBase64 } from './utils/index.js';
|
||||
|
||||
export type AdbKeyIterable = Iterable<Uint8Array> | AsyncIterable<Uint8Array>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue