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