Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
f3685ea73153e81d4fbc88bcb2ad8a83f2835d3d
/
.
/
examples
/
webapp
/
strings.en.ts
blob: d7c1b7949610f27b6eb5fee2621d1a1bba24bf1b [
file
]
export
function
hello
():
string
{
return
'Hello Webapp'
;
}