rsnext/test/integration/css-fixtures/npm-import-nested/node_modules/example/index.js

4 lines
64 B
JavaScript
Raw Normal View History

2019-12-28 13:33:14 +01:00
const message = 'Why hello there'
module.exports = { message }