Description
A decorator is a function that accepts a function and returns a function. That's true for function decorators at least.
A decorator is a function that accepts a function and returns a function. That's true for function decorators at least.