1
0
silverbullet/esbuild_deno_loader/testdata/mod.ts
Zef Hemel 561aa6891f
Migrate to Deno (#86)
Big bang migration to Deno 🤯
2022-10-10 14:50:21 +02:00

5 lines
64 B
TypeScript

let bool: string;
bool = "asd";
bool = "asd2";
export { bool };