Files
Kmake/test/fixtures/packages/cjs-main-no-index/other.js

4 lines
58 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
const answer = require('./');
module.exports = answer+1;