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

plugin.js « src « alpinejs « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a547b0fcfbb0b12a3d70c11c8f41ba32ac6561 (plain)
1
2
3
4
5
import Alpine from './alpine'

export function plugin(callback) {
    callback(Alpine)
}