Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

PyPI version Python application Python tox image Code style: black Imports: isort Documentation Status

Strong Typing

Decorator which checks at Runtime whether the function is called with the correct type of parameters.
And raises TypeMisMatch if the used parameters in a function call where invalid.