This website requires JavaScript.
Explore
Help
Sign In
Bauke
/
shareable-configs
Watch
1
Fork
You've already forked shareable-configs
0
Code
Releases
6
Activity
7a29bba1fc
shareable-configs
/
packages
/
test-samples
/
samples
/
sample.ts
6 lines
89 B
TypeScript
Raw
Blame
History
const
title
=
"Sample TypeScript"
;
export
function
sample
(
)
:
string
{
return
title
;
}
View Git Blame
Copy Permalink