5 lines
206 B
JavaScript
5 lines
206 B
JavaScript
|
|
// Entry point for fastboot.js browser bundle
|
||
|
|
// Use the .mjs (ESM) build directly to avoid Node.js CJS URL import issue
|
||
|
|
|
||
|
|
export { FastbootDevice, setDebugLevel } from 'android-fastboot/dist/fastboot.mjs';
|