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