ScriptCraft

ScriptCraft

14.6k Downloads

exports.name = function () {} vs function name() {}

ms1000000 opened this issue ยท 1 comments

commented

What's the difference between exports.name = function () {} and function name() {}?

commented

The exports object is accessible in another file using require.