foot-date
Version:
Foot Analytics Date utilities
14 lines (10 loc) • 337 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.footDate = factory());
}(this, (function () { 'use strict';
var index = (function () {
return "hello world";
});
return index;
})));