deno/tests/specs/run/default_ts/as_ts.js
2024-09-18 21:15:13 +02:00

2 lines
41 B
JavaScript

const x: string = "foo";
console.log(x);