Skip to content

Instantly share code, notes, and snippets.

@poying
Created November 22, 2014 03:08
Show Gist options
  • Save poying/7ed83ec573c7b5d8b687 to your computer and use it in GitHub Desktop.
Save poying/7ed83ec573c7b5d8b687 to your computer and use it in GitHub Desktop.
'use strict';
var myModule = module.exports;
myModule.ping = function () {
return 'pong';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment