Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
examples
/
js_library
/
two
/
two.ts
blob: 1d0943ca0fdb833e6f6b088d18f065965cdc5681 [
file
] [
log
] [
blame
]
import
{
one
}
from
'../one'
export
const
two
=
one
+
one
console
.
log
(
two
)