repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548140e
)
Refine a bit TS example
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 14:14:38 +0000
(16:14 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 14:14:38 +0000
(16:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
examples/typescript/worker.ts
patch
|
blob
|
blame
|
history
diff --git
a/examples/typescript/worker.ts
b/examples/typescript/worker.ts
index 143bdab127dbfb334f5545518c1a160c1683dc47..adc8c4345ca1ead79eec6d31507e7fc07e53f7af 100644
(file)
--- a/
examples/typescript/worker.ts
+++ b/
examples/typescript/worker.ts
@@
-1,7
+1,7
@@
import { ThreadWorker } from 'poolifier'
export interface MyData {
- ok:
number
+ ok:
0 | 1
}
export interface MyResponse {