silverbullet/packages/esbuild_deno_loader/testdata/mod.ts

5 lines
64 B
TypeScript
Raw Normal View History

2022-10-07 20:38:07 +08:00
let bool: string;
bool = "asd";
bool = "asd2";
export { bool };