TeaWeb/tools/dtsgen/out.d.ts

6 lines
169 B
TypeScript
Raw Normal View History

/* 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();