@observertc/samples-decoder
Version:
ObserveRTC Library for Decoding Samples
9 lines • 390 B
TypeScript
export declare const logger: {
warn: (message: string, ...args: any[]) => void;
error: (message: string, ...args: any[]) => void;
info: (message: string, ...args: any[]) => void;
debug: (message: string, ...args: any[]) => void;
log: (message: string, ...args: any[]) => void;
trace: (message: string, ...args: any[]) => void;
};
//# sourceMappingURL=Logger.d.ts.map