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