UNPKG

wunphile

Version:

Simple, imperative JavaScript-based static site generator

17 lines (15 loc) 353 B
import '../plain.js' export default /** @type {import('../../../index.mjs').BehaviorModule} */ ({ behaviorModuleUrl: import.meta.url, behavior: () => { alert('Simple JS behavior') }, functions: { funcA: () => { alert('func a') }, funcB: () => { alert('func b') } } })