We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3dc0 commit 81612a0Copy full SHA for 81612a0
src/lib/async-iterable-queue.ts
@@ -1,5 +1,5 @@
1
-import { EventEmitter } from 'stream'
2
-import { assert } from 'console'
+import { EventEmitter } from 'node:events'
+import { assert } from 'node:console'
3
4
/**
5
* 非同期反復可能な先入れ先出し型の待ち行列への非同期反復子
0 commit comments