Add:
- CheckTypes Decorator - 'TypeError' when the function receives parameters different from those specified.
- ToThreads Decorator - 'tolist()' for args and kwargs that have been separated and distributed to threads.
Fix
- [CheckTypes - external type of unbehaved variable](https://github.com/DanielTrivelli/decmore/issues/7)
- [ToThreads Decorator - TypeError when returning non-iterable data](https://github.com/DanielTrivelli/decmore/issues/17)