UNPKG

lism

Version:

Collection of TypeScript Utilities to help developers streamline their coding workflow.

20 lines (17 loc) 492 B
export {}; declare global { interface Window { webkitRequestAnimationFrame: any; mozRequestAnimationFrame: any; oRequestAnimationFrame: any; msRequestAnimationFrame: any; webkitCancelRequestAnimationFrame: any; webkitCancelAnimationFrame: any; mozCancelRequestAnimationFrame: any; mozCancelAnimationFrame: any; oCancelRequestAnimationFrame: any; oCancelAnimationFrame: any; msCancelRequestAnimationFrame: any; msCancelAnimationFrame; } }