mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-02 02:29:33 +00:00
48744f2073
* main: Prepare for release 2.22.0. Update the README and fix some typos (#199) Add support for enabling hardware keyboard. Update README.md `avdmanager list device` Update NPM packages. Migrate to gradle-build-action. Update packages.
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export = isPlainObject;
|
|
|
|
declare function isPlainObject(o: any): boolean;
|
|
|
|
declare namespace isPlainObject {}
|