replace queue with worker

This commit is contained in:
Jon Staab
2024-03-26 11:35:30 -07:00
parent 0b5a4e8511
commit bc21228f04
7 changed files with 144 additions and 126 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ export * from './Deferred'
export * from './Emitter'
export * from './Fluent'
export * from './LRUCache'
export * from './Queue'
export * from './Worker'
export * from './Tools'
export {default as normalizeUrl} from './normalize-url'