UNPKG

typesforbukkit

Version:

Types For Bukkit

7 lines (6 loc) 135 B
namespace java.util { export interface Map<K,V> { get(key: Object) : V; keySet() : java.util.Set<K>; } }