oxc/crates/oxc_linter/fixtures/import/common-module.js

5 lines
66 B
JavaScript

module.exports = {
a: 1,
b: 2,
c: function() { return 3 }
}