UNPKG
@efflore/pulse
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
Pulse - scheduled DOM updates, debounced with requestAnimationFrame
@efflore/pulse
/
index.ts
7 lines
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** *
@name
Pulse
*
@version
0.9.2 *
@author
Esther Brunner */
export
{
type
EnqueueDedupe
, enqueue, animationFrame }
from
'./lib/pulse'
export
*
from
'./lib/update'