@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 322 B
TypeScript
/**
* Wraps a function in {@link window.requestAnimationFrame}
* @param {function} original
* @param {*} [thisArg]
* @returns {function} proxy which will call the original at most once per frame
*/
export function frameThrottle(original: Function, thisArg?: any): Function;
//# sourceMappingURL=FrameThrottle.d.ts.map