This website works better with JavaScript.
Explore
Help
Sign In
playground
/
es6-jasmine-test
Watch
1
Star
0
Fork
You've already forked es6-jasmine-test
0
Code
Issues
Pull Requests
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
2
Branches
0
Tags
91 KiB
JavaScript
100%
Branch:
master
gulp
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
es6-jasmine-test
/
app
/
scripts
/
core
/
Foo.es6.js
7 lines
82 B
Raw
Permalink
Blame
History
class
Foo
{
static
bar
(
)
{
return
'bar'
;
}
}
export
default
Foo
;
Reference in new issue
Copy Permalink