packages\node-opcua-server-discovery\index.js File
"use strict";
/**
 * @module services.discovery
 */
module.exports = {
    OPCUADiscoveryServer: require("./src/opcua_discovery_server").OPCUADiscoveryServer,
};
    
            The NodeOPCUA API
        API Docs for Version: 0.2.0
"use strict";
/**
 * @module services.discovery
 */
module.exports = {
    OPCUADiscoveryServer: require("./src/opcua_discovery_server").OPCUADiscoveryServer,
};