aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/es-named-import-cjs-cjs.js
blob: a7cc4cd323342be46fb5e4f55b843474dce039b0 (plain)
1
2
3
exports.cjsFunc = function() {
  return 'named export';
};