jacob-zuma
Version:
South African flavored no operation as a module
12 lines (8 loc) • 308 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.jacobZuma = factory());
}(this, (function () { 'use strict';
var index = function () {};
return index;
})));