Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/alpinejs/src/directives/
Upload File :
Current File : /var/www/html/reddsis/node_modules/alpinejs/src/directives/x-effect.js

import { skipDuringClone } from '../clone'
import { directive } from '../directives'
import { evaluate, evaluateLater } from '../evaluator'

directive('effect', skipDuringClone((el, { expression }, { effect }) => {
    effect(evaluateLater(el, expression))
}))