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