UNPKG

node-opcua-client

Version:

pure nodejs OPCUA SDK - module client

14 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OPCUAClientBase = void 0; const node_opcua_object_registry_1 = require("node-opcua-object-registry"); exports.OPCUAClientBase = { registry: new node_opcua_object_registry_1.ObjectRegistry(), retryDelay: 1000 * 5, create(options) { /* c8 ignore next*/ options; throw new Error("Not Implemented"); } }; //# sourceMappingURL=client_base.js.map