• Checks whether or not v is a simple data object.

    Parameters

    • v: unknown

      The value to verify.

    Returns v is Record<string | number | symbol, unknown>

    A special Typescript value (which compiles down to a boolean) stating whether v is a valid data object.

Generated using TypeDoc