UNPKG

dbus-sdk

Version:

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

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