UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

9 lines (6 loc) 194 B
"use strict"; var classHelper = require("../../helpers/class-value"); var attr = require("./attr"); module.exports = function classAttr(value) { return attr("class", classHelper(value)); };