X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=eab1ab2be54524a8bfa0f6917fd1069e5dd5de9f;hb=1ed7a87e83b78a56a968b50e9094ed56c5a79d35;hp=a18223e8c007ab88497f6b8efdc5017a45423348;hpb=39618ede0e08d380c1ac82005bcc2ab1f3c227b6;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index a18223e8..eab1ab2b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,7 @@ export type { export { WorkerTypes } from './pools/worker.js' export type { ErrorHandler, + EventHandler, EventLoopUtilizationMeasurementStatistics, ExitHandler, IWorker, @@ -73,5 +74,5 @@ export type { Writable } from './utility-types.js' export type { CircularArray } from './circular-array.js' -export type { Deque, Node } from './deque.js' +export type { Deque, ILinkedListNode } from './deque.js' export { availableParallelism } from './utils.js'