UNPKG

marko

Version:

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

4 lines (3 loc) 164 B
export const HAS_SIMPLE_ATTRS = 1; export const IS_CUSTOM_ELEMENT = 2; // TODO: impl custom elements. export const SPREAD_ATTRS = 4; // TODO: impl custom elements.