
committed by
Miško Hevery

parent
4415855683
commit
e916836261
@ -1,7 +1,6 @@
|
||||
{% extends '../type-definition.template.html' %}
|
||||
{% block staticDeclarations %}
|
||||
|
||||
interface List<T> extends Array<T> {}
|
||||
interface Map<K,V> {}
|
||||
interface StringMap<K,V> extends Map<K,V> {}
|
||||
|
||||
|
Reference in New Issue
Block a user