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