UNPKG

@sendbird/uikit-utils

Version:

A collection of utility functions and constants for building chat UI components with Sendbird UIKit.

8 lines 194 B
export function ifOperator(role, then, or) { if (role === 'operator') return then; return or; } export function getUserUniqId(user) { return user.userId; } //# sourceMappingURL=user.js.map