1
0
Fork 0
arangodb/Doxygen/Examples.Durham/modules1

6 lines
67 B
Plaintext

exports.func1 = function() {
print("1");
};
exports.const1 = 1;