UNPKG

@signalwire/core

Version:
9 lines 359 B
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