Skip to content

Instantly share code, notes, and snippets.

@kohendrix
Last active May 21, 2019 02:57
Show Gist options
  • Save kohendrix/9108b0a1908e5de2a783bba9a6f520e3 to your computer and use it in GitHub Desktop.
Save kohendrix/9108b0a1908e5de2a783bba9a6f520e3 to your computer and use it in GitHub Desktop.
just a simple usecase
const repo = require('./userRepository');
exports.greet = function() {
const user = repo.getUser();
return user.greet();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment