aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils/src/index.ts')
-rw-r--r--packages/dev-utils/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts
index 2ff2a2238..9124f3e28 100644
--- a/packages/dev-utils/src/index.ts
+++ b/packages/dev-utils/src/index.ts
@@ -3,3 +3,4 @@ export { web3Factory } from './web3_factory';
export { constants as devConstants } from './constants';
export { coverage } from './coverage';
export { env, EnvVars } from './env';
+export { callbackErrorReporter } from './callback_error_reporter';