UNPKG

jeddy

Version:

Reactive UI building Framework

7 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TextView = (text) => { return document.createTextNode(text); }; exports.default = TextView; //# sourceMappingURL=TextView.js.map