@manekinekko/angular-web-bluetooth
Version:
The missing Web Bluetooth module for Angular
21 lines (20 loc) • 756 B
TypeScript
import * as i0 from "@angular/core";
export interface Logger {
log(args: string[]): void;
error(args: string[]): void;
warn(args: string[]): void;
}
export declare class ConsoleLoggerService implements Logger {
log(...args: any[]): void;
error(...args: any[]): void;
warn(...args: any[]): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleLoggerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConsoleLoggerService>;
}
export declare class NoLoggerService implements Logger {
log(...args: any[]): void;
error(...args: any[]): void;
warn(...args: any[]): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NoLoggerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NoLoggerService>;
}