UNPKG

@efflore/pulse

Version:

Pulse - scheduled DOM updates, debounced with requestAnimationFrame

7 lines 169 B
/** * @name Pulse * @version 0.9.2 * @author Esther Brunner */ export { type EnqueueDedupe, enqueue, animationFrame } from './lib/pulse' export * from './lib/update'