• Returns true if value is a JSON type. Note that this is not a deep check. Value may hold values which are not JSON compatible.

    Type Parameters

    • T

    Parameters

    • value: any

    Returns value is JsonPrimitive | Record<string, T> | T[]

Generated using TypeDoc