summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/conditional-exports/1.0.0/cjs/index.cjs
blob: 16895e48cab3343d8d7dbc11e0e22e0464b4607f (plain)
1
2
3
module.exports = {
    hello: "from cjs"
};