summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js
blob: 7d658310b0d95fd8c4981c2cc0fad840aebd6a20 (plain)
1
2
3
export function add(a, b) {
  return a + b;
}