Files
Yang 48744f2073 Merge branch 'main' into release/v2
* 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.
2021-12-25 02:27:59 +11:00

6 lines
97 B
TypeScript

export = isObject;
declare function isObject(val: any): boolean;
declare namespace isObject {}