• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1var c = ' require'
2exports.getC = function () {
3  return 'c' + c
4}
5