Files
android-emulator-runner/node_modules/is-plain-object/index.d.ts
T
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
110 B
TypeScript

export = isPlainObject;
declare function isPlainObject(o: any): boolean;
declare namespace isPlainObject {}