UNPKG

sprae

Version:

DOM microhydration

7 lines (5 loc) 219 B
import { dir } from "../core.js"; import { attr, dashcase } from './default.js' dir('aria', (el) => value => { for (let key in value) attr(el, 'aria-' + dashcase(key), value[key] == null ? null : value[key] + '') })