Skip to content

Commit

Permalink
fix(shared-lib): export sleep()
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Sep 26, 2023
1 parent 4b0abc6 commit 76221d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared-lib/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { errorify, ignoreError, ignoreEnoent, ignoreErrorAsync, ignoreEnoentAsync, withRetry } from './error.js';
export { mailTemplates } from './mail.js';
export { shuffle } from './shuffle.js';
export { sleep } from './sleep.js';
export { zenkakuAlphanumericalsToHankaku } from './zenkaku.js';
export { mailTemplates } from './mail.js';

export type { RetryOptions } from './error.js';

0 comments on commit 76221d0

Please sign in to comment.