TeaWeb/tools/dtsgen/out.d.ts
2019-04-04 18:15:28 +02:00

5 lines
169 B
TypeScript

/* File: /home/wolverindev/TeaSpeak/TeaSpeak/Web-Client/tools/dtsgen/test/test_04.ts */
type T = "a" | "b" | "c";
declare function _t(parm: T);
declare function __t();