repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b37751
)
docs: add missing export
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 3 Sep 2023 15:28:29 +0000
(17:28 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 3 Sep 2023 15:28:29 +0000
(17:28 +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 ac7ede0a746be1e5cfec0df8275aaeb7e72f9eff..08943274da27c8176bcf4b6cebe3d8d408cc2656 100644
(file)
--- a/
src/index.ts
+++ b/
src/index.ts
@@
-24,6
+24,7
@@
export type {
MeasurementStatistics,
MessageHandler,
OnlineHandler,
+ StrategyData,
TaskStatistics,
WorkerInfo,
WorkerNodeEventCallback,