Simplify DC current output type handling.
[e-mobility-charging-stations-simulator.git] / flow-typed / npm / worker-threads-pool_vx.x.x.js
1 // flow-typed signature: 6adddf428f4e46e1e3029b27fac03a36
2 // flow-typed version: <<STUB>>/worker-threads-pool_v^2.0.0/flow_v0.136.0
3
4 /**
5 * This is an autogenerated libdef stub for:
6 *
7 * 'worker-threads-pool'
8 *
9 * Fill this stub out by replacing all the `any` types.
10 *
11 * Once filled out, we encourage you to share your work with the
12 * community by sending a pull request to:
13 * https://github.com/flowtype/flow-typed
14 */
15
16 declare module 'worker-threads-pool' {
17 declare module.exports: any;
18 }
19
20 /**
21 * We include stubs for each file inside this npm package in case you need to
22 * require those files directly. Feel free to delete any files that aren't
23 * needed.
24 */
25
26
27 // Filename aliases
28 declare module 'worker-threads-pool/index' {
29 declare module.exports: $Exports<'worker-threads-pool'>;
30 }
31 declare module 'worker-threads-pool/index.js' {
32 declare module.exports: $Exports<'worker-threads-pool'>;
33 }