1
0
Fork 0
arangodb/js/common/test-data/modules/coffee-test.coffee

6 lines
94 B
CoffeeScript

# a CoffeeScript test file
exports.coffeeSquare = (x) -> x * x
exports.coffeeValue = "test"