Skip to content

Commit

Permalink
Reordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smikhalevski committed Feb 26, 2024
1 parent 7f3c376 commit 505c4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export { Executor } from './Executor';
export { Lock } from './Lock';
export { PubSub } from './PubSub';
export { WorkPool } from './WorkPool';
export { timeout } from './timeout';
export { repeat } from './repeat';
export { delay } from './delay';
export { repeat } from './repeat';
export { timeout } from './timeout';
export { waitFor } from './waitFor';
export { isPromiseLike } from './utils';

Expand Down

0 comments on commit 505c4fa

Please sign in to comment.