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_assertions
/
static_import.ts
blob: 180ab75f222d2a57723fee32c418752728243576 (
plain
)
1
2
3
import data from "./data.json" assert { type: "json" }; console.log(data);