UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 153 B
/** * Iterates over a callback a set amount of times */ declare function times(n: any, callback: any, thisObj?: any): void; export default times;