isJSONEncodableexport declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;export declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;SummaryIndicates if an object is encodable or not.ParametersNameTypeOptionalDescriptionmaybeEncodableunknownNoThe object to check against
isJSONEncodableexport declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;export declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;SummaryIndicates if an object is encodable or not.ParametersNameTypeOptionalDescriptionmaybeEncodableunknownNoThe object to check against