/
docs
/
packages
/
util
/
0.1.0
/
isJSONEncodable%3AFunction
Search...
K
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
0.1.0
main
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.0
0.1.0
Functions
isEquatable
isJSONEncodable
lazy
range
Interfaces
Equatable
JSONEncodable
Types
Awaitable
isJSONEncodable
declare function
isJSONEncodable
(
maybeEncodable
:
unknown
)
:
maybeEncodable
is
JSONEncodable
<
unknown
>;
declare function
isJSONEncodable
(maybeEncodable
:
unknown
)
:
maybeEncodable
is
JSONEncodable
<
unknown
>;
Summary
Indicates if an object is encodable or not.
Parameters
Name
Type
Optional
Description
maybeEncodable
unknown
No
The object to check against