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

$dispatch.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: 6eb878db8a41dd68c706bb0ba3351d2e65185e24 (plain)
1
2
3
4
import { dispatch } from '../utils/dispatch'
import { magic } from '../magics'

magic('dispatch', el => dispatch.bind(dispatch, el))