From 49e78a57cf9512e2d0e884137de83e067635b1d4 Mon Sep 17 00:00:00 2001 From: daimenworrall-cinch <95621677+daimenworrall-cinch@users.noreply.github.com> Date: Wed, 4 May 2022 16:38:08 +0100 Subject: [PATCH] Added CustomerIORequestError as an export for this package (#108) Co-authored-by: Daimen Worrall --- index.ts | 1 + 1 file changed, 1 insertion(+) 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';