This website works better with JavaScript.
Explore
Help
Register
Sign In
emehmet
/
deno_libs
Watch
1
Star
0
Fork
You've already forked deno_libs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
defFunc
Browse Source
main
emehmet
3 years ago
parent
1c1f2e21e8
commit
d6534057b6
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
5
test.ts
Unescape
Escape
View File
@ -0,0 +1,5 @@
const
defFunc
=
(
)
=
>
{
console
.
log
(
"hello"
)
}
export
default
defFunc
;
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
emehmet/deno_libs
Title
Body
Create Issue