UNPKG

secst

Version:

SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.

8 lines (6 loc) 169 B
import textContent from "./text-content.js"; const abbr = { contentAllowed:{...textContent} } delete abbr.contentAllowed.abbr; export {abbr,abbr as default}