Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
dbb54a5f6405787e8e79cf38a42c28694ad9abb9
/
.
/
packages
/
esbuild
/
test
/
bundle
/
a.ts
blob: 4979aafe0be38473070cf35133d12735ce83d057 [
file
]
import
{
NAME
}
from
'lib'
;
console
.
log
(
`Hello ${NAME}`
);