summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs
blob: 18a22e6f1921b49b9646d5c5e40d0281a46b4e6c (plain)
1
2
3
exports.getSubPathKind = function() {
  return "cjs";
};