UNPKG

@foxglove/ros1

Version:

Standalone TypeScript implementation of the ROS 1 (Robot Operating System) protocol with a pluggable transport layer

7 lines 290 B
export interface LoggerService { warn?(message: string, context?: string): void; info?(message: string, context?: string): void; debug?(message: string, context?: string): void; verbose?(message: string, context?: string): void; } //# sourceMappingURL=LoggerService.d.ts.map