index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
run
/
ts_import_from_js
/
main.js
blob: 32d6c29a15ee4bdd7e324ea7f1aa27eb2b8fb9ec (
plain
)
1
2
3
import { printHello } from "./deps.js"; printHello(); console.log("success");