Skip to content

Commit

Permalink
fix: export RetryOptions interface (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Sep 15, 2023
1 parent 6870232 commit 25c95ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/shared-lib/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 25c95ed

Please sign in to comment.