dutils-data v2.0.1 (2020-05-14T01:45:14Z)
Home
Dub
Repo
isJSONSerializable.isJSONSerializable
dutils
data
json
isJSONSerializable
Undocumented in source.
template
isJSONSerializable
(T)
package
enum
isJSONSerializable
=
is
(
typeof
(
T.init.toJSON
()) :
JSON
) &&
is
(
typeof
(
T.fromJSON
(
JSON
())) :
T
)
;
Meta
Source
See Source File
dutils
data
json
isJSONSerializable
manifest constants
isJSONSerializable