UNPKG

node-opcua-client

Version:

pure nodejs OPCUA SDK - module client

3 lines (2 loc) 168 B
import type { ClientBaseImpl } from "../client_base_impl"; export declare function waitUntilReconnectionIsCanceled(client: ClientBaseImpl, callback: () => void): void;