This website requires JavaScript.
Explore
Help
Sign in
foster
/
deno
Watch
0
Star
0
Fork
You've already forked deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-03-11 22:59:41 -04:00
Code
Issues
Packages
1
Wiki
Activity
bc8de78da3
Branches
Tags
No results found.
deno
/
cli
/
tests
/
testdata
/
fmt
/
regular
/
formatted3.markdown
Satya Rohith
c5442abc23
feat(cli/fmt): support more markdown extensions (
#12195
)
2021-09-23 21:49:25 +05:30
118 B
Raw
Blame
History
Hello
function
foo
()
{
return
42
;
}
foo
();
function
bar
()
:
number
{
return
42
;
}
bar
();