TeaWeb/tools/dtsgen/out.d.ts

7 lines
167 B
TypeScript
Raw Normal View History

2019-08-30 21:06:39 +00:00
/* File: /home/wolverindev/TeaSpeak/Web-Client/tools/dtsgen/test/test_07.ts */
declare namespace C { }
declare namespace C {
export function test(arg: string);
2019-08-21 11:34:03 +00:00
}