diff --git a/packages/shared-lib/src/index.ts b/packages/shared-lib/src/index.ts index 020b9233..78baa5cb 100644 --- a/packages/shared-lib/src/index.ts +++ b/packages/shared-lib/src/index.ts @@ -1,4 +1,12 @@ -export { errorify, ignoreError, ignoreEnoent, ignoreErrorAsync, ignoreEnoentAsync, withRetry } from './error.js'; +export { + errorify, + ignoreError, + ignoreEnoent, + ignoreErrorAsync, + ignoreEnoentAsync, + RetryOptions, + withRetry, +} from './error.js'; export { shuffle } from './shuffle.js'; export { zenkakuAlphanumericalsToHankaku } from './zenkaku.js'; export { mailTemplates } from './mail.js';