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