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
/
dynamic_import.ts
blob: d6983852c4662d45487907ce8c6e348dcc3f323f (
plain
)
1
2
3
const data = await import("./data.json", { assert: { type: "json" } }); console.log(data);