summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/add/0.5.0/index.js
blob: e112dddf766eee0c9ff9ebc41c111f7068c1212b (plain)
1
module.exports.sum = (a, b) => a + b;