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