UNPKG

node-opcua-client

Version:

pure nodejs OPCUA SDK - module client

3 lines (2 loc) 169 B
import type { ClientSidePublishEngine } from "../client_publish_engine"; export declare function republish(engine: ClientSidePublishEngine, callback: () => void): void;