mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
2 lines
73 B
TypeScript
2 lines
73 B
TypeScript
import asdf from "./test.json" with { type: "json" };
|
|
console.log(asdf);
|