UNPKG

typesforbukkit

Version:

Types For Bukkit

5 lines 93 B
namespace java.util { export interface Set<T> { toArray() : Array<T>; } }