Function isObjectLiteral

  • Determine whether the given value is a non-null object not including the array type.

    Type Parameters

    • T extends Record<PropertyKey, any>

    Parameters

    • value: any

    Returns value is NonNullable<T>

Generated using TypeDoc