minCalls

Creates a function that invokes the given function once it's called more than n times.
Returns undefined until the minimum call count is reached.

This function can be used as a decorator with decMinCalls.

Example