mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
var Foo = {};
|
|
|
|
Foo.hello = function(){
|
|
return "I am a foo";
|
|
} |