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 DBusInt64 extends DBusTypeClass { static type: string; constructor(value: bigint); } //# sourceMappingURL=DBusInt64.d.ts.map