UNPKG

marko

Version:

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

10 lines (9 loc) 184 B
"use strict";module.exports = function isTextOnly(nodeName) { switch (nodeName) { case "textarea": case "script": case "style": return true; } return false; };