JSONValue can not be used by custom defined interfaces (#201)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 19 Feb 2021 16:57:47 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 16:57:47 +0000 (17:57 +0100)
commitdeb85c12b77faf6974551cefcd9676e62a392086
tree2b938709444b2d5330573871680a607c3b1ee288
parente41beb60860c421ea15b6f41002a9d44b65a811e
JSONValue can not be used by custom defined interfaces (#201)

Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
README.md
src/pools/abstract-pool.ts
src/pools/cluster/dynamic.ts
src/pools/cluster/fixed.ts
src/pools/pool.ts
src/pools/thread/dynamic.ts
src/pools/thread/fixed.ts
src/utility-types.ts
src/worker/abstract-worker.ts
src/worker/cluster-worker.ts
src/worker/thread-worker.ts