5 lines
169 B
TypeScript
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();
|