Function isObject

  • Checks if the given value is an object.

    Parameters

    • thing: unknown

      The value to check.

    Returns boolean

    • Returns true if the value is an object and not null, otherwise false.

Generated using TypeDoc