UNPKG

faucet-pipeline-js

Version:

JavaScript module bundling for faucet-pipeline

19 lines (14 loc) 447 B
(function () { 'use strict'; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var MyComponent = function MyComponent() { _classCallCheck(this, MyComponent); }; var el = createElement(MyComponent, { type: "dummy" }, createElement("my-element", null, "lorem ipsum", createElement("mark", null, "666"), "dolor sit amet")); }());