Files
Kmake/test/fixtures/packages/cjs-main-no-index/other.js
2026-05-26 23:36:42 -07:00

4 lines
58 B
JavaScript

const answer = require('./');
module.exports = answer+1;