decMinCalls

Only invokes the decorated function after it's called more than n times.

Look at minCalls for the non-decorator version.

Requires the experimentalDecorators flag to be set.

Example