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