mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
3 lines
58 B
JavaScript
3 lines
58 B
JavaScript
exports.cjsFunc = function() {
|
|
return 'named export';
|
|
}; |