Welcome to mirror list, hosted at ThFree Co, Russian Federation.

$nextTick.js « magics « src « alpinejs « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8318cc62d94536df92c2f21aaafc49be10118eb9 (plain)
1
2
3
4
import { nextTick } from '../nextTick'
import { magic } from '../magics'

magic('nextTick', () => nextTick)