UNPKG

dbus-sdk

Version:

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

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