wilk / microjob

A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
https://wilk.github.io/microjob/
MIT License
2.02k stars 47 forks source link

Typescript definitions don't allow for `config` to be passed into the start function #38

Closed me4502 closed 5 years ago

me4502 commented 5 years ago
export declare const start: () => Promise<void>;

This is missing the config option.

wilk commented 5 years ago

Solved in release 0.5.2.

Thank you 💪