UNPKG

node-opcua-utils

Version:

pure nodejs OPCUA SDK - module utils

7 lines (6 loc) 153 B
/** * @module node-opcua-utils */ export declare function replaceBufferWithHexDump(obj: Record<string, { toString(format: string): void; }>): any;