mirror of
https://github.com/denoland/deno.git
synced 2025-02-10 16:12:26 -05:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
![]() |
import data from "./data.json" assert { type: "json" };
|
||
|
|
||
|
console.log(data);
|