Checks if data is a non-null object (i.e. matches the TypeScript object type).
Note: this returns true for arrays, which are objects in JavaScript even though array and object are different types in JSON.
https://www.typescriptlang.org/docs/handbook/basic-types.html#object
Generated using TypeDoc
Checks if data is a non-null object (i.e. matches the TypeScript object type).
Note: this returns true for arrays, which are objects in JavaScript even though array and object are different types in JSON.
See
https://www.typescriptlang.org/docs/handbook/basic-types.html#object