Function: isDevtoolsRoomSnapshot()
@roomful/devtools / isDevtoolsRoomSnapshot
Function: isDevtoolsRoomSnapshot()
Section titled “Function: isDevtoolsRoomSnapshot()”isDevtoolsRoomSnapshot(
value):value is DevtoolsRoomSnapshot
Defined in: guards.ts:175
Checks whether a value matches the public devtools room snapshot shape.
Parameters
Section titled “Parameters”unknown
The unknown value to validate.
Returns
Section titled “Returns”value is DevtoolsRoomSnapshot
true when the value is a DevtoolsRoomSnapshot.