TypeScript/tests/cases/compiler/typeAliasDeclareKeyword01.d.ts

2 lines
46 B
TypeScript
Raw Normal View History

2015-10-23 00:18:57 +02:00
type Foo = number;
declare type Bar = string;