UNPKG

dbus-sdk

Version:

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

6 lines 298 B
/** * Type definition for a method call function that operates in no-reply mode. * Used to represent a DBus method call that does not expect or return a response from the server. */ export type NoReplyModeMethodCall = (...args: any[]) => void; //# sourceMappingURL=NoReplyModeMethodCall.d.ts.map