Home
Identifier
Source
Repository
Class
Foo
Variable
foo
hello
js/foo.js
class Foo { doSomething () { return 'Do Something'; } } export default Foo;