repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bcaa61
)
refactor: cleanup exported modules
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 17 Oct 2023 20:30:00 +0000
(22:30 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 17 Oct 2023 20:30:00 +0000
(22:30 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/index.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/index.ts
b/src/index.ts
index 3c8392b82b6607070e40a3b4de0a00af6875dd6e..802742891b198d6eda4523a2a8989e0f1c2cb1a6 100644
(file)
--- a/
src/index.ts
+++ b/
src/index.ts
@@
-52,8
+52,8
@@
export { ThreadWorker } from './worker/thread-worker'
export { KillBehaviors } from './worker/worker-options'
export type {
KillBehavior,
-
WorkerOptions
,
- KillHandler
+
KillHandler
,
+ WorkerOptions
} from './worker/worker-options'
export type {
TaskAsyncFunction,
@@
-66,8
+66,8
@@
export type {
MessageValue,
PromiseResponseWrapper,
Task,
- WorkerError,
TaskPerformance,
+ WorkerError,
WorkerStatistics,
Writable
} from './utility-types'