Vulcan/packages/custom/lib/main.js

5 lines
No EOL
68 B
JavaScript

// Global Function
myFunction = function (a, b) {
return a + b;
}