Files
2025-12-07 14:32:46 +00:00

4 lines
167 B
JavaScript
Executable File

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