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
/
specs
/
future
/
import_assertions
/
main.js
blob: 9b4c4d0360977ad24bcaa17c52667f8db8456fa8 (
plain
)
1
2
import foo from "./main.json" assert { type: "json" }; console.log(foo);