summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/env-var-re-export/1.0.0/prod.cjs
blob: a84c765433daa0f246bcd1b68d73c040973b822b (plain)
1
2
3
4
5
module.exports = {
  getEnv() {
    return "prod";
  },
};