@ -9,7 +9,6 @@
|
||||
interface List<T> extends Array<T> {}
|
||||
interface Map<K,V> {}
|
||||
interface StringMap<K,V> extends Map<K,V> {}
|
||||
declare type Type = ng.Type;
|
||||
|
||||
declare module ng {
|
||||
type SetterFn = typeof Function;
|
||||
|
Reference in New Issue
Block a user