summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/registry/@denotest/cjs-module-export-assignment/1.0.0/index.js
blob: 4c0285825597f083b8c574af27f21a5e41119b55 (plain)
1
2
3
4
5
module.exports = {
  func() {
    return 5;
  },
};