summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/subtract/1.0.0/index.js
blob: 0114210a4521238068dbc1865b0f34960cd0e806 (plain)
1
module.exports.subtract = (a, b) => a - b;