1
0
forked from jchomaz/Vulture
Files

4 lines
167 B
JavaScript
Raw Permalink Normal View History

export const isCallNotification = (message) => {
return message.method !== undefined && message.method === 'call';
};
//# sourceMappingURL=call-notification.js.map