• Returns true if value, and any deeply contained values, are jsonish types. Note that this does not guarantee that all values are encodable.

    Type Parameters

    • T

    Parameters

    • value: any

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

Generated using TypeDoc