Skip to content

Commit

Permalink
chore: fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Mar 6, 2024
1 parent ccf10ee commit 5a10fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-opcua/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export { nodesets } from "node-opcua-nodesets";
export { get_empty_nodeset_filename, get_mini_nodeset_filename } from "node-opcua-address-space/testHelpers";
export * from "node-opcua-address-space/nodeJS";

module.exports.utils = require("node-opcua-utils");
export const utils = require("node-opcua-utils");
export { LogLevel, hexDump, setLogLevel, setDebugLogger, setWarningLogger, setErrorLogger } from "node-opcua-debug";

// ----------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5a10fb1

Please sign in to comment.