UNPKG

114 BJavaScriptView Raw
1'use strict';
2
3var foobar = require('./foobar');
4
5var go = module.exports = function () {
6 return foobar();
7};