Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Last active August 14, 2016 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/2851867857cd08f2f14adea36772609f to your computer and use it in GitHub Desktop.
Save chuck0523/2851867857cd08f2f14adea36772609f to your computer and use it in GitHub Desktop.
/* 0 */
/***/ function(module, exports) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var hello = exports.hello = function hello() {
console.log('hello');
};
var yey = exports.yey = function yey() {
console.log('yey');
};
var greet = function greet() {
console.log('hey');
};
exports.default = greet;
/***/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment