UNPKG

node-opcua-client

Version:

pure nodejs OPCUA SDK - module client

15 lines 436 B
"use strict"; /** * @module node-opcua-client */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientSubscription = void 0; class ClientSubscription { static create(clientSession, options) { /* c8 ignore next*/ throw new Error("Not Implemented"); } static ignoreNextWarning = false; } exports.ClientSubscription = ClientSubscription; //# sourceMappingURL=client_subscription.js.map