diff --git a/index.ts b/index.ts index cb47197..e37559b 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,4 @@ export * from './lib/track'; export * from './lib/api'; export * from './lib/regions'; +export { CustomerIORequestError } from './lib/utils';