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