UNPKG

dbus-sdk

Version:

A Node.js SDK for interacting with DBus, enabling seamless service calling and exposure with TypeScript support

6 lines 201 B
import { DBusTypeClass } from '../DBusTypeClass'; export declare class DBusByte extends DBusTypeClass { static type: string; constructor(value: number); } //# sourceMappingURL=DBusByte.d.ts.map