Skip to content

Commit

Permalink
Fix problem with importing into TypeScript project
Browse files Browse the repository at this point in the history
Fixes #196
  • Loading branch information
sindresorhus committed Sep 2, 2023
1 parent f877e20 commit 9f7ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'eventemitter3';
import {EventEmitter} from 'eventemitter3';
import pTimeout, {TimeoutError} from 'p-timeout';
import {Queue, RunFunction} from './queue.js';
import PriorityQueue from './priority-queue.js';
Expand Down

0 comments on commit 9f7ad20

Please sign in to comment.