• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1exports.add = function add(a, b) {
2  return a + b;
3};
4