isJSONDependable
Stentor API Reference / stentor-guards/src / isJSONDependable
Function: isJSONDependable()
isJSONDependable\<
T>(item):item is JSONDependable<T>
Defined in: packages/stentor-guards/src/isJSONDependable.ts:10
Guard to determine if the object implements JSONDependable.
Type Parameters​
T​
T
Parameters​
item​
object
Returns​
item is JSONDependable<T>
Type checked boolean if the object implements JSON