5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
|
let bool: string;
|
||
|
bool = "asd";
|
||
|
bool = "asd2";
|
||
|
export { bool };
|