UNPKG

@blackglory/wait-for

Version:

A module for waiting for things to happen.

4 lines 163 B
export function waitForAnimationFrame() { return new Promise(resolve => requestAnimationFrame(resolve)); } //# sourceMappingURL=wait-for-animation-frame.js.map