faucet-pipeline-js
Version:
JavaScript module bundling for faucet-pipeline
14 lines (10 loc) • 344 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.MYLIB = factory());
}(this, (function () { 'use strict';
var index = _ => {
console.log("lipsum");
};
return index;
})));