feat: convert to Node.js compatible ES Module

This commit is contained in:
Simon Chan 2022-03-15 16:53:07 +08:00
parent 730aac8da2
commit d9212b4dac
No known key found for this signature in database
GPG key ID: 8F75717685A974FB
94 changed files with 429 additions and 466 deletions

View file

@ -1,6 +1,6 @@
import Struct from "@yume-chan/struct";
import type { Adb } from '../adb';
import { AdbBufferedStream } from '../stream';
import type { Adb } from '../adb.js';
import { AdbBufferedStream } from '../stream/index.js';
const Version =
new Struct({ littleEndian: true })