6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
console.log(
|
|
JSON.stringify({
|
|
text: "hello",
|
|
})
|
|
);
|