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