Typing stubs for decoratorThis is a [PEP 561]( type stub package for the
[decorator]( package. It can be used by type-checking tools like [mypy](
[pyright]( [pytype]( PyCharm, etc. to check code that uses decorator.This
version of types-decorator aims to provide accurate annotations for
decorator5.1.*. The source for this package can be found at All fixes for types
and metadata should be...