1
0
Fork 0
arangodb/Documentation/Examples/modules-require-1

6 lines
67 B
Plaintext

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