blob: d7e19c80f43afc96c8c308dbb1c74651295c91a8 (
plain)
1
2
3
4
5
6
7
|
⚠️ Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
export { default } from "./data.json" assert { type: "json" };
at file:///[WILDLINE]
{ a: "b", c: { d: 10 } }
|