delphirtl
Version:
RTL functions from Delphi
28 lines (14 loc) • 523 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[](../globals.md) / isArbitraryObject
> **isArbitraryObject**(`potentialObj`): `potentialObj is ArbitraryObject`
Checks if the given parameter is an object
• **potentialObj**: `unknown`
item to check as an object
`potentialObj is ArbitraryObject`
boolean
[](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L442)