@signalwire/core
Version:
Shared code for the SignalWire JS SDK
9 lines • 359 B
TypeScript
import { WebRTCEventType } from '..';
/**
* Converts values from camelCase to snake_case
* @internal
*/
export declare const fromCamelToSnakeCase: <T>(value: T) => T;
export declare const WEBRTC_EVENT_TYPES: WebRTCEventType[];
export declare const isWebrtcEventType: (eventType: string) => eventType is WebRTCEventType;
//# sourceMappingURL=common.d.ts.map