The opposite of _.before; this method creates a function that invokes func once it’s called n or more times.
The number of calls before func is invoked.
The function to restrict.
Returns the new restricted function.
The opposite of _.before; this method creates a function that invokes func once it’s called n or more times.