7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
![]() |
namespace C {
|
||
|
type B = string;
|
||
|
}
|
||
|
namespace C {
|
||
|
type B = string;
|
||
|
export function test(arg: string) {}
|
||
|
}
|