UNPKG

faucet-pipeline-js

Version:

JavaScript module bundling for faucet-pipeline

19 lines (14 loc) 397 B
(function () { 'use strict'; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Util = function Util() { _classCallCheck(this, Util); }; var FOO = "lorem ipsum"; var BAR = "dolor sit amet"; console.log("~~ ".concat(Util, " ~~ ").concat(FOO, " ~~ ").concat(BAR, " ~~")); }());