Restrict a function to be used only upto a certain number of calls. 📘
a function
number of calls upto which it is usable
(...args) => x(...args) from [0:n] calls
Generated using TypeDoc
Restrict a function to be used only upto a certain number of calls. 📘