Home
Reference
Source
Repository
C
Foo
V
hello
js/foo.js
class Foo { doSomething () { return 'Do Something'; } } export default Foo;