@signalwire/core
Version:
Shared code for the SignalWire JS SDK
6 lines • 308 B
TypeScript
import type { SDKLogger, InternalSDKLogger } from '..';
declare const setLogger: (logger: SDKLogger | null) => void;
declare const setDebugOptions: (options: any) => void;
declare const getLogger: () => InternalSDKLogger;
export { setLogger, getLogger, setDebugOptions };
//# sourceMappingURL=logger.d.ts.map