repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202bcb6
)
fix: add missing export
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:44:48 +0000
(23:44 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:44:48 +0000
(23:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/index.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/index.ts
b/src/index.ts
index 9bd8bbf9a7d99a755bf402e678011fed0e762314..eeda859ec863ab317e78d0303f9801c5a7f16f1d 100644
(file)
--- a/
src/index.ts
+++ b/
src/index.ts
@@
-25,6
+25,7
@@
export type {
OnlineHandler,
Task,
TaskStatistics,
+ WorkerInfo,
WorkerNode,
WorkerUsage
} from './pools/worker'