UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 127 B
export var isMutableRef = function (ref) { if (ref) { return ref.current !== undefined; } return false; };