UNPKG

223 BJavaScriptView Raw
1// micro-module to test functionality
2(function() {
3 'use strict';
4
5 var hello = function () {
6 return "hello";
7 }
8
9 module.exports = hello;
10
11}()); // benalman.com/news/2010/11/immediately-invoked-function-expression