summaryrefslogtreecommitdiff
path: root/test/fixtures/es-module-specifiers/package-type-module/c.cjs
blob: 2d5312952fef87cda578f40108289c7d3157a892 (plain)
1
2
3
4
5
module.exports = {
  one: 1,
  two: 2,
  three: 3
};