mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
2afbc1aa39
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import data1 from "./data.json" with { type: "json" };
|
|
import data2 from "./data.json" with { type: "json" };
|
|
|
|
console.log(data1);
|
|
console.log(data2);
|