isJSONEncodable
export declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;
export declare function isJSONEncodable(maybeEncodable: unknown): maybeEncodable is JSONEncodable<unknown>;
Indicates if an object is encodable or not.
Name | Type | Optional | Description |
---|---|---|---|
maybeEncodable | unknown | No | The object to check against |