Files
gun/node_modules/theory/test/sub/add.js
theory 1df561f729 yay
2014-04-01 00:47:41 -06:00

3 lines
45 B
JavaScript

root.Add = function(z, y){
return z + y;
}