summaryrefslogtreecommitdiff
path: root/deps/node-inspect/examples/cjs/other.js
blob: efadaa18d26e6d2b3bf22ce6929b1ebdf77108e6 (plain)
1
2
3
4
'use strict';
exports.add = function add(a, b) {
  return a + b;
};