3 lines
58 B
JavaScript
3 lines
58 B
JavaScript
|
exports.cjsFunc = function() {
|
||
|
return 'named export';
|
||
|
};
|