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