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
/
cli
/
tests
/
testdata
/
import_attributes
/
json_with_shebang.ts
blob: 523bf877291e5dbb89394658f3aa3be20d88779c (
plain
)
1
2
3
import json from "./json_with_shebang.json" assert { type: "json" }; console.log(json);