TeaWeb/tools/dtsgen/out.d.ts
2019-08-30 23:06:39 +02:00

6 lines
167 B
TypeScript

/* File: /home/wolverindev/TeaSpeak/Web-Client/tools/dtsgen/test/test_07.ts */
declare namespace C { }
declare namespace C {
export function test(arg: string);
}