mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-01 01:59:32 +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
97 B
TypeScript
6 lines
97 B
TypeScript
export = isObject;
|
|
|
|
declare function isObject(val: any): boolean;
|
|
|
|
declare namespace isObject {}
|