isJSONEncodable

Indicates if an object is encodable or not.
export declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;
NameTypeOptionalDescription
maybeEncodableunknownNo
The object to check against