Function isJSONEncodable

  • Indicates if an object is encodable or not.

    Parameters

    • maybeEncodable: unknown

      The object to check against

    Returns maybeEncodable is JSONEncodable<unknown>

Generated using TypeDoc