mock_node_util.ts 270 B

1234567
  1. // When building the 'onion' library for browser, the 'util' NodeJS library will not be found.
  2. // A real polyfill would be overkill, so we just provide this 'mock'.
  3. // The polyfill configuration is in 'webpack.config.js'.
  4. export const inspect = {
  5. custom: Symbol(),
  6. };